/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 165 ScopeTy *CurScope = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 158 /// CurScope - Innermost of the current nested scopes for 'defvar' variables. variable [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 542 ActOnDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt,Scope * CurScope) ActOnDefaultStmt() argument 3336 ActOnContinueStmt(SourceLocation ContinueLoc,Scope * CurScope) ActOnContinueStmt() argument 3354 ActOnBreakStmt(SourceLocation BreakLoc,Scope * CurScope) ActOnBreakStmt() argument 3908 ActOnReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,Scope * CurScope) ActOnReturnStmt() argument 4292 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument 4662 ActOnSEHLeaveStmt(SourceLocation Loc,Scope * CurScope) ActOnSEHLeaveStmt() argument 4764 ActOnCapturedRegionStart(SourceLocation Loc,Scope * CurScope,CapturedRegionKind Kind,unsigned NumParams) ActOnCapturedRegionStart() argument 4794 ActOnCapturedRegionStart(SourceLocation Loc,Scope * CurScope,CapturedRegionKind Kind,ArrayRef<CapturedParamNameType> Params,unsigned OpenMPCaptureLevel) ActOnCapturedRegionStart() argument [all...] |
H A D | SemaLambda.cpp | 875 getLambdaType(Sema & S,LambdaIntroducer & Intro,Declarator & ParamInfo,Scope * CurScope,SourceLocation Loc,bool & ExplicitResultType) getLambdaType() argument 1496 ActOnLambdaError(SourceLocation StartLoc,Scope * CurScope,bool IsInstantiation) ActOnLambdaError() argument [all...] |
H A D | SemaOpenMP.cpp | 171 Scope *CurScope = nullptr; global() member 398 push(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) push() argument 1690 Scope *CurScope = getCurScope(); isOpenMPLocal() local 2778 StartOpenMPDSABlock(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) StartOpenMPDSABlock() argument 3050 ActOnOpenMPIdExpression(Scope * CurScope,CXXScopeSpec & ScopeSpec,const DeclarationNameInfo & Id,OpenMPDirectiveKind Kind) ActOnOpenMPIdExpression() argument 4196 ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind,Scope * CurScope) ActOnOpenMPRegionStart() argument 9883 Scope *CurScope = DSA.getCurScope(); checkOpenMPLoop() local 15061 Scope *CurScope = getCurScope(); ActOnOpenMPTileDirective() local 15137 Scope *CurScope = getCurScope(); ActOnOpenMPTileDirective() local 23281 lookupOpenMPDeclareTargetName(Scope * CurScope,CXXScopeSpec & ScopeSpec,const DeclarationNameInfo & Id) lookupOpenMPDeclareTargetName() argument [all...] |
H A D | SemaExpr.cpp | 16939 ActOnBlockStart(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockStart() argument 16969 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument 17089 ActOnBlockError(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockError() argument 17102 ActOnBlockStmtExpr(SourceLocation CaretLoc,Stmt * Body,Scope * CurScope) ActOnBlockStmtExpr() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 699 FixupList &CurScope = TableInfo.FixupStack.back(); emitTableEntry() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1208 Scope *CurScope; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6688 auto CurScope = GetScope(*ItCurrent); verifyNoAliasScopeDecl() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 14152 Scope *CurScope; global() variable [all...] |