Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2329 SourceLocation RPLoc, in BuildCStyleCastExpr()
2353 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp9670 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr()
9943 SourceLocation RPLoc) { in ActOnChooseExpr()
10268 SourceLocation RPLoc) { in ActOnVAArg()
10276 SourceLocation RPLoc) { in BuildVAArgExpr()
/external/clang/lib/Parse/
DParseObjc.cpp2698 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
/external/clang/include/clang/AST/
DExpr.h2827 SourceLocation RPLoc; // the location of the right paren variable
3586 SourceLocation RPLoc, QualType t) in VAArgExpr()