Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2378 SourceLocation RPLoc, in BuildCStyleCastExpr()
2402 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp10101 SourceLocation RPLoc) { // "({..})" in ActOnStmtExpr()
10378 SourceLocation RPLoc) { in ActOnChooseExpr()
10696 SourceLocation RPLoc) { in ActOnVAArg()
10704 SourceLocation RPLoc) { in BuildVAArgExpr()
/external/clang/lib/Parse/
DParseObjc.cpp2696 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local
/external/clang/include/clang/AST/
DExpr.h2856 SourceLocation RPLoc; // the location of the right paren variable
3670 SourceLocation RPLoc, QualType t) in VAArgExpr()