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

  /external/clang/include/clang/AST/
Decl.h 334 /// RBraceLoc - The ending location of the source range.
335 SourceLocation RBraceLoc;
437 return SourceRange(LocStart, RBraceLoc);
441 SourceLocation getRBraceLoc() const { return RBraceLoc; }
443 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
    [all...]
DeclCXX.h     [all...]
Expr.h     [all...]

Completed in 47 milliseconds