Home
last modified time | relevance | path

Searched refs:LParLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp459 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() local
460 auto RunSignatureHelp = [this, OmpPrivParm, LParLoc, &Exprs]() { in ParseOpenMPReductionInitializerForDecl()
463 OmpPrivParm->getLocation(), Exprs, LParLoc); in ParseOpenMPReductionInitializerForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp416 SourceLocation LParLoc) { in enterParenExpr() argument
418 if (ExpectedLoc == LParLoc) in enterParenExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h310 void enterParenExpr(SourceLocation Tok, SourceLocation LParLoc);