Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp541 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
891 Scope *CurScope) { in ActOnStartOfLambdaDefinition()
1248 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1627 Scope *CurScope) { in ActOnLambdaExpr()
H A DSemaStmt.cpp524 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt()
3278 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
3296 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) { in ActOnBreakStmt()
3917 Scope *CurScope) { in ActOnReturnStmt()
4245 Scope *CurScope) { in ActOnObjCAtThrowStmt()
4585 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) { in ActOnSEHLeaveStmt()
4686 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
4715 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope, in ActOnCapturedRegionStart()
H A 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()
3869 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart()
9031 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop() local
12659 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
12735 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective() local
20033 NamedDecl *Sema::lookupOpenMPDeclareTargetName(Scope *CurScope, in lookupOpenMPDeclareTargetName()
H A DSemaExpr.cpp15273 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
15303 Scope *CurScope) { in ActOnBlockArguments()
15420 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
15433 Stmt *Body, Scope *CurScope) { in ActOnBlockStmtExpr()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 ScopeTy *CurScope = nullptr; variable
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp684 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1153 Scope *CurScope; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5692 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12673 Scope *CurScope; variable