HomeSort by: relevance | last modified time | path
    Searched defs:RParenLoc (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 27 SourceLocation RParenLoc;
54 SourceLocation getRParenLoc() const { return RParenLoc; }
55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
81 SourceLocation AtCatchLoc, RParenLoc;
84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc,
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
107 SourceLocation getRParenLoc() const { return RParenLoc; }
108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
StmtCXX.h 142 SourceLocation RParenLoc;
204 SourceLocation getRParenLoc() const { return RParenLoc; }
ExprObjC.h 411 SourceLocation AtLoc, RParenLoc;
417 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {
425 SourceLocation getRParenLoc() const { return RParenLoc; }
426 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
437 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
456 SourceLocation AtLoc, RParenLoc;
462 SelName(selInfo), AtLoc(at), RParenLoc(rp) {
472 SourceLocation getRParenLoc() const { return RParenLoc; }
474 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
477 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
    [all...]
DeclCXX.h 2194 SourceLocation RParenLoc;
2367 SourceLocation getRParenLoc() const { return RParenLoc; }
3782 SourceLocation RParenLoc;
3786 SourceLocation RParenLoc, bool Failed)
3789 RParenLoc(RParenLoc) {}
3799 SourceLocation RParenLoc, bool Failed);
3810 SourceLocation getRParenLoc() const { return RParenLoc; }
ExprCXX.h 379 SourceLocation RParenLoc;
390 SourceLocation RParenLoc, SourceRange AngleBrackets)
393 Loc(l), RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
407 SourceLocation getRParenLoc() const { return RParenLoc; }
410 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
438 SourceLocation RParenLoc, SourceRange AngleBrackets)
440 FPO.requiresTrailingStorage(), writtenTy, l, RParenLoc,
462 FPOptionsOverride FPO, SourceLocation L, SourceLocation RParenLoc,
482 SourceLocation l, SourceLocation RParenLoc,
    [all...]
OpenMPClause.h 8022 SourceLocation LParenLoc, RParenLoc;
Expr.h 2379 SourceLocation OperatorLoc, RParenLoc;
2394 SourceLocation RParenLoc);
2405 ArrayRef<Expr*> exprs, SourceLocation RParenLoc);
2415 SourceLocation getRParenLoc() const { return RParenLoc; }
2416 void setRParenLoc(SourceLocation R) { RParenLoc = R; }
2459 SourceLocation getEndLoc() const LLVM_READONLY { return RParenLoc; }
2486 SourceLocation OpLoc, RParenLoc;
2493 OpLoc(op), RParenLoc(rp) {
2556 SourceLocation getRParenLoc() const { return RParenLoc; }
2557 void setRParenLoc(SourceLocation L) { RParenLoc = L;
    [all...]
Stmt.h 706 SourceLocation RParenLoc;
1933 SourceLocation RParenLoc;
1955 SourceLocation RParenLoc, Stmt *Then, SourceLocation EL, Stmt *Else);
2098 SourceLocation getRParenLoc() const { return RParenLoc; }
2099 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
2148 SourceLocation RParenLoc;
2163 SourceLocation LParenLoc, SourceLocation RParenLoc);
2172 SourceLocation RParenLoc);
2262 SourceLocation getRParenLoc() const { return RParenLoc; }
2263 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 262 SourceLocation RParenLoc = Tok.getLocation();
327 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 956 SourceLocation RParenLoc;
958 isTypeCast == IsTypeCast, CastTy, RParenLoc);
2270 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation);
2271 if (LParenLoc.isInvalid() || RParenLoc.isInvalid()) {
2278 << FixItHint::CreateInsertion(RParenLoc, ")");
2299 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
2302 false, CastTy, RParenLoc);
2303 CastRange = SourceRange(LParenLoc, RParenLoc);
2351 SourceLocation LParenLoc, RParenLoc;
2362 RParenLoc = T.getCloseLocation()
    [all...]
ParseObjc.cpp 2146 SourceLocation categoryLoc, rparenLoc;
2168 rparenLoc = ConsumeParen();
2551 SourceLocation RParenLoc;
2554 RParenLoc = ConsumeParen();
2567 RParenLoc,
ParsePragma.cpp 1880 SourceLocation RParenLoc = Tok.getLocation();
1898 Toks[0].setAnnotationEndLoc(RParenLoc);
2110 SourceLocation RParenLoc;
2135 RParenLoc = Tok.getLocation();
2152 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'");
ParseDecl.cpp 6520 SourceLocation LParenLoc, RParenLoc;
6531 RParenLoc = Tracker.getCloseLocation();
6532 LocalEndLoc = RParenLoc;
6533 EndLoc = RParenLoc;
6551 RParenLoc = Tracker.getCloseLocation();
6552 LocalEndLoc = RParenLoc;
6553 EndLoc = RParenLoc;
6651 ParamInfo.size(), EllipsisLoc, RParenLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1311 SourceLocation RParenLoc;
1426 SourceLocation getRParenLoc() const { return RParenLoc; }
1629 SourceLocation RParenLoc,
1687 SourceLocation RParenLoc) {
1691 I.EndLoc = RParenLoc;
Sema.h 2847 SourceLocation RParenLoc);
3816 SourceLocation RParenLoc,
3822 MultiExprArg Args, SourceLocation RParenLoc,
3860 SourceLocation RParenLoc,
3865 SourceLocation RParenLoc);
4664 ConditionResult Cond, SourceLocation RParenLoc,
4668 ConditionResult Cond, SourceLocation RParenLoc,
4673 SourceLocation RParenLoc);
4677 ConditionResult Cond, SourceLocation RParenLoc,
4688 SourceLocation RParenLoc,
    [all...]

Completed in 81 milliseconds