/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp |
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 641 static InitializationKind CreateDirect(SourceLocation InitLoc, in CreateDirect() argument 648 static InitializationKind CreateDirectList(SourceLocation InitLoc) { in CreateDirectList() argument 653 static InitializationKind CreateDirectList(SourceLocation InitLoc, in CreateDirectList() argument 696 CreateDefault(SourceLocation InitLoc) CreateDefault() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 408 getInitialState(const LocationContext * InitLoc) getInitialState() argument
|
H A D | RegionStore.cpp | 396 getInitialStore(const LocationContext * InitLoc) getInitialStore() argument
|
H A D | ExprEngine.cpp | 244 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 1571 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local 1781 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4967 SourceLocation InitLoc, LParenLoc, RParenLoc; global() variable 4971 CXXParenListInitExpr(ArrayRef<Expr * > Args,QualType T,unsigned NumUserSpecifiedExprs,SourceLocation InitLoc,SourceLocation LParenLoc,SourceLocation RParenLoc) CXXParenListInitExpr() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2330 SourceLocation InitLoc = Init ? Init->getBeginLoc() : IList->getEndLoc(); CheckStructUnionTypes() local 2362 SourceLocation InitLoc = Init->getBeginLoc(); CheckStructUnionTypes() local
|
H A D | SemaDeclCXX.cpp | 4070 ConvertMemberDefaultInitExpression(FieldDecl * FD,Expr * InitExpr,SourceLocation InitLoc) ConvertMemberDefaultInitExpression() argument 4084 ActOnFinishCXXInClassMemberInitializer(Decl * D,SourceLocation InitLoc,Expr * InitExpr) ActOnFinishCXXInClassMemberInitializer() argument 14010 SourceLocation InitLoc = Shadow->getLocation(); DefineInheritingConstructor() local [all...] |
H A D | SemaChecking.cpp | 10223 AnalyzeBitFieldAssignment(Sema & S,FieldDecl * Bitfield,Expr * Init,SourceLocation InitLoc) AnalyzeBitFieldAssignment() argument 12660 CheckBitFieldInitialization(SourceLocation InitLoc,FieldDecl * BitField,Expr * Init) CheckBitFieldInitialization() argument
|
H A D | SemaOpenMP.cpp | 9805 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); checkOpenMPLoop() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1933 Create(ASTContext & C,ArrayRef<Expr * > Args,QualType T,unsigned NumUserSpecifiedExprs,SourceLocation InitLoc,SourceLocation LParenLoc,SourceLocation RParenLoc) Create() argument
|