Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLambda.cpp545 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
895 Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1252 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1631 Scope *CurScope) { in ActOnLambdaExpr()
DSemaStmt.cpp524 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
3279 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
3297 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
3845 Scope *CurScope) { in ActOnReturnStmt()
4193 Scope *CurScope) { in ActOnObjCAtThrowStmt()
4533 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
4634 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
4663 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
DSemaOpenMP.cpp162 Scope *CurScope = nullptr; member
370 Scope *CurScope, SourceLocation Loc) { in push()
1539 Scope *CurScope = getCurScope(); in isOpenMPLocal() local
2518 Scope *CurScope, SourceLocation Loc) { in StartOpenMPDSABlock()
2790 ExprResult Sema::ActOnOpenMPIdExpression(Scope *CurScope, in ActOnOpenMPIdExpression()
3874 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
9055 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop() local
12710 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
12786 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
20421 NamedDecl *Sema::lookupOpenMPDeclareTargetName(Scope *CurScope, in lookupOpenMPDeclareTargetName()
DSemaExpr.cpp15394 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
15424 Scope *CurScope) { in ActOnBlockArguments()
15541 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
15554 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp684 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h1154 Scope *CurScope; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp5701 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h12779 Scope *CurScope; variable