Home
last modified time | relevance | path

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

/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.h3777 SourceLocation LPLoc; // the location of the left paren global() variable
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3341 BuildCStyleCastExpr(SourceLocation LPLoc,TypeSourceInfo * CastTypeInfo,SourceLocation RPLoc,Expr * CastExpr) BuildCStyleCastExpr() argument
3369 BuildCXXFunctionalCastExpr(TypeSourceInfo * CastTypeInfo,QualType Type,SourceLocation LPLoc,Expr * CastExpr,SourceLocation RPLoc) BuildCXXFunctionalCastExpr() argument
H A DSemaExpr.cpp15590 ActOnStmtExpr(Scope * S,SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc) ActOnStmtExpr() argument
15595 BuildStmtExpr(SourceLocation LPLoc,Stmt * SubStmt,SourceLocation RPLoc,unsigned TemplateDepth) BuildStmtExpr() argument
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); ParseObjCBoxedExpr() local