Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h165 ScopeTy *CurScope = nullptr; variable
/llvm-project/llvm/lib/TableGen/
H A DTGParser.h159 std::unique_ptr<TGVarScope> CurScope; variable
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp553 ActOnDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt,Scope * CurScope) ActOnDefaultStmt() argument
3181 ActOnContinueStmt(SourceLocation ContinueLoc,Scope * CurScope) ActOnContinueStmt() argument
3208 ActOnBreakStmt(SourceLocation BreakLoc,Scope * CurScope) ActOnBreakStmt() argument
3737 ActOnReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,Scope * CurScope) ActOnReturnStmt() argument
4364 ActOnSEHLeaveStmt(SourceLocation Loc,Scope * CurScope) ActOnSEHLeaveStmt() argument
4467 ActOnCapturedRegionStart(SourceLocation Loc,Scope * CurScope,CapturedRegionKind Kind,unsigned NumParams) ActOnCapturedRegionStart() argument
4497 ActOnCapturedRegionStart(SourceLocation Loc,Scope * CurScope,CapturedRegionKind Kind,ArrayRef<CapturedParamNameType> Params,unsigned OpenMPCaptureLevel) ActOnCapturedRegionStart() argument
[all...]
H A DSemaLambda.cpp917 getLambdaType(Sema & S,LambdaIntroducer & Intro,Declarator & ParamInfo,Scope * CurScope,SourceLocation Loc,bool & ExplicitResultType) getLambdaType() argument
1553 ActOnLambdaError(SourceLocation StartLoc,Scope * CurScope,bool IsInstantiation) ActOnLambdaError() argument
[all...]
H A DSemaOpenMP.cpp175 Scope *CurScope = nullptr; global() member
402 push(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) push() argument
1694 Scope *CurScope = getCurScope(); isOpenMPLocal() local
2788 StartOpenMPDSABlock(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) StartOpenMPDSABlock() argument
3083 ActOnOpenMPIdExpression(Scope * CurScope,CXXScopeSpec & ScopeSpec,const DeclarationNameInfo & Id,OpenMPDirectiveKind Kind) ActOnOpenMPIdExpression() argument
4344 processCapturedRegions(Sema & SemaRef,OpenMPDirectiveKind DKind,Scope * CurScope,SourceLocation Loc) processCapturedRegions() argument
4399 ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind,Scope * CurScope) ActOnOpenMPRegionStart() argument
9725 Scope *CurScope = DSA.getCurScope(); checkOpenMPLoop() local
14123 Scope *CurScope = SemaRef.getCurScope(); ActOnOpenMPTileDirective() local
14395 Scope *CurScope = SemaRef.getCurScope(); ActOnOpenMPUnrollDirective() local
22599 lookupOpenMPDeclareTargetName(Scope * CurScope,CXXScopeSpec & ScopeSpec,const DeclarationNameInfo & Id) lookupOpenMPDeclareTargetName() argument
[all...]
H A DSemaObjC.cpp270 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument
H A DSemaExpr.cpp15889 ActOnBlockStart(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockStart() argument
15919 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument
16037 ActOnBlockError(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockError() argument
16048 ActOnBlockStmtExpr(SourceLocation CaretLoc,Stmt * Body,Scope * CurScope) ActOnBlockStmtExpr() argument
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp728 resolveTableFixups(Table, CurScope, Table.size()); in emitTableEntry() local
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp844 Scope *CurScope = getCurScope(); ParseUsingDeclaration() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h1244 Scope *CurScope; variable
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7083 auto CurScope = GetScope(*ItCurrent); verifyNoAliasScopeDecl() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h1289 Scope *CurScope; global() variable
[all...]