Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h165 ScopeTy *CurScope = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h159 std::unique_ptr<TGVarScope> CurScope; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp553 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 DSemaLambda.cpp917 Declarator &ParamInfo, Scope *CurScope, in getLambdaType()
1554 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
H A DSemaOpenMP.cpp176 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 DSemaObjC.cpp270 Scope *CurScope) { in ActOnObjCAtThrowStmt()
H A DSemaExpr.cpp15932 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 DDecoderEmitter.cpp728 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp844 Scope *CurScope = getCurScope(); in ParseUsingDeclaration() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1244 Scope *CurScope; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7102 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1290 Scope *CurScope; variable