Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h154 SourceLocation RPLoc; /// The location of the right paren variable
316 SourceLocation RPLoc; variable
H A DExpr.h3662 SourceLocation RPLoc; // the location of the right paren variable
4561 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp3182 SourceLocation RPLoc, in BuildCStyleCastExpr()
3210 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp14978 SourceLocation RPLoc) { in ActOnStmtExpr()
14983 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr()
15237 SourceLocation RPLoc) { in ActOnChooseExpr()
15618 SourceLocation RPLoc) { in ActOnVAArg()
15626 SourceLocation RPLoc) { in BuildVAArgExpr()
15758 SourceLocation RPLoc) { in ActOnSourceLocExpr()
15764 SourceLocation RPLoc, in BuildSourceLocExpr()
H A DTreeTransform.h3334 SourceLocation RPLoc, in RebuildSourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local