/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 165 ScopeTy *CurScope = nullptr; variable
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 159 std::unique_ptr<TGVarScope> CurScope; variable [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 553 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 D | SemaLambda.cpp | 917 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 D | SemaOpenMP.cpp | 175 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 D | SemaObjC.cpp | 270 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument
|
H A D | SemaExpr.cpp | 15889 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 D | DecoderEmitter.cpp | 728 resolveTableFixups(Table, CurScope, Table.size()); in emitTableEntry() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 844 Scope *CurScope = getCurScope(); ParseUsingDeclaration() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1244 Scope *CurScope; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 7083 auto CurScope = GetScope(*ItCurrent); verifyNoAliasScopeDecl() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1289 Scope *CurScope; global() variable [all...] |