Home
last modified time | relevance | path

Searched defs:CurScope (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp551 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
902 Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1287 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1675 Scope *CurScope) { in ActOnLambdaExpr()
H A DSemaStmt.cpp541 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
3326 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
3344 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
3881 Scope *CurScope) { in ActOnReturnStmt()
4257 Scope *CurScope) { in ActOnObjCAtThrowStmt()
4600 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
4701 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
4730 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
H A DSemaOpenMP.cpp166 Scope *CurScope = nullptr; member
393 Scope *CurScope, SourceLocation Loc) { in push()
1670 Scope *CurScope = getCurScope(); in isOpenMPLocal() local
2754 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock()
3026 ExprResult Sema::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression()
4171 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
9668 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop() local
14763 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
14839 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
22861 NamedDecl *Sema::lookupOpenMPDeclareTargetName(Scope *CurScope, in lookupOpenMPDeclareTargetName()
H A DSemaExpr.cpp16430 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
16460 Scope *CurScope) { in ActOnBlockArguments()
16577 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
16590 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h165 ScopeTy *CurScope = nullptr; variable
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp697 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1188 Scope *CurScope; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6335 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13697 Scope *CurScope; variable