Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h30 SourceLocation RPLoc; /// The location of the right paren variable
192 SourceLocation RPLoc; variable
H A DExpr.h3793 SourceLocation RPLoc; // the location of the right paren variable
4697 SourceLocation RPLoc, QualType t, bool IsMS) in VAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3343 SourceLocation RPLoc, in BuildCStyleCastExpr()
3371 SourceLocation RPLoc) { in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15634 SourceLocation RPLoc) { in ActOnStmtExpr()
15639 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr()
15897 SourceLocation RPLoc) { in ActOnChooseExpr()
16280 SourceLocation RPLoc) { in ActOnVAArg()
16288 SourceLocation RPLoc) { in BuildVAArgExpr()
16529 SourceLocation RPLoc) { in ActOnSourceLocExpr()
16562 SourceLocation RPLoc, in BuildSourceLocExpr()
H A DTreeTransform.h3653 SourceLocation RPLoc, in RebuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local