Home
last modified time | relevance | path

Searched defs:LPLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h29 SourceLocation LPLoc; /// The location of the left paren variable
190 SourceLocation LPLoc; variable
H A DExpr.h3792 SourceLocation LPLoc; // the location of the left paren variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3341 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr()
3369 SourceLocation LPLoc, in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp15633 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr()
15638 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() local