Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2463 SourceLocation RPLoc, in BuildCStyleCastExpr()
2487 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp11091 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr()
11359 SourceLocation RPLoc) { in ActOnChooseExpr()
11675 SourceLocation RPLoc) { in ActOnVAArg()
11683 SourceLocation RPLoc) { in BuildVAArgExpr()
/external/clang/lib/Parse/
DParseObjc.cpp3350 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
/external/clang/include/clang/AST/
DExpr.h2907 SourceLocation RPLoc; // the location of the right paren variable
3727 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr()