Searched defs:CurScope (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 551 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 D | SemaStmt.cpp | 541 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 D | SemaOpenMP.cpp | 166 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 D | SemaExpr.cpp | 16430 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 D | ScopedHashTable.h | 165 ScopeTy *CurScope = nullptr; variable
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 697 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1188 Scope *CurScope; variable
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Verifier.cpp | 6335 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 13697 Scope *CurScope; variable
|