Searched defs:CurScope (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 165 ScopeTy *CurScope = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 159 std::unique_ptr<TGVarScope> CurScope; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 553 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt() 3181 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt() 3208 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt() 3737 Scope *CurScope) { in ActOnReturnStmt() 4364 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt() 4467 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart() 4497 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
|
H A D | SemaLambda.cpp | 917 Declarator &ParamInfo, Scope *CurScope, in getLambdaType() 1554 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
|
H A D | SemaOpenMP.cpp | 176 Scope *CurScope = nullptr; member 403 Scope *CurScope, SourceLocation Loc) { in push() 1695 Scope *CurScope = getCurScope(); in isOpenMPLocal() local 2789 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock() 3084 ExprResult SemaOpenMP::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression() 4345 Scope *CurScope, SourceLocation Loc) { in processCapturedRegions() 4400 Scope *CurScope) { in ActOnOpenMPRegionStart() 9728 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop() local 14130 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPTileDirective() local 14402 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPUnrollDirective() local [all …]
|
H A D | SemaObjC.cpp | 270 Scope *CurScope) { in ActOnObjCAtThrowStmt()
|
H A D | SemaExpr.cpp | 15932 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart() 15962 Scope *CurScope) { in ActOnBlockArguments() 16080 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError() 16091 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 728 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 844 Scope *CurScope = getCurScope(); in ParseUsingDeclaration() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1244 Scope *CurScope; variable
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 7102 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1290 Scope *CurScope; variable
|