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

  /external/clang/include/clang/AST/
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...]
DeclCXX.h     [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...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 68 milliseconds