Home
last modified time | relevance | path

Searched defs:RPLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp2595 SourceLocation RPLoc, in BuildCStyleCastExpr()
2619 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp11623 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr()
11891 SourceLocation RPLoc) { in ActOnChooseExpr()
12205 SourceLocation RPLoc) { in ActOnVAArg()
12213 SourceLocation RPLoc) { in BuildVAArgExpr()
/external/clang/lib/Parse/
DParseObjc.cpp3407 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
/external/clang/include/clang/AST/
DExpr.h2838 SourceLocation RPLoc; // the location of the right paren variable
3661 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr()