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 401 /// RBraceLoc - The ending location of the source range.
402 SourceLocation RBraceLoc;
504 return SourceRange(LocStart, RBraceLoc);
508 SourceLocation getRBraceLoc() const { return RBraceLoc; }
510 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
    [all...]
DeclCXX.h     [all...]
Expr.h     [all...]

Completed in 23 milliseconds