HomeSort by relevance Sort by last modified time
    Searched refs:RBraceLoc (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 407 /// RBraceLoc - The ending location of the source range.
408 SourceLocation RBraceLoc;
505 return SourceRange(LocStart, RBraceLoc);
509 SourceLocation getRBraceLoc() const { return RBraceLoc; }
511 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
    [all...]
Stmt.h 541 SourceLocation LBraceLoc, RBraceLoc;
551 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; }
618 SourceLocation getRBracLoc() const { return RBraceLoc; }
    [all...]
Expr.h     [all...]
ExprObjC.h     [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 284 SourceLocation RBraceLoc,
288 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);
Stmt.cpp 284 : Stmt(CompoundStmtClass), LBraceLoc(LB), RBraceLoc(RB) {
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 139 S->RBraceLoc = ReadSourceLocation(Record, Idx);
    [all...]
ASTReaderDecl.cpp     [all...]

Completed in 335 milliseconds