Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h641 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 DProgramState.cpp408 getInitialState(const LocationContext * InitLoc) getInitialState() argument
H A DRegionStore.cpp396 getInitialStore(const LocationContext * InitLoc) getInitialStore() argument
H A DExprEngine.cpp244 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() argument
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1571 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local
1781 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4967 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 DSemaInit.cpp2330 SourceLocation InitLoc = Init ? Init->getBeginLoc() : IList->getEndLoc(); CheckStructUnionTypes() local
2362 SourceLocation InitLoc = Init->getBeginLoc(); CheckStructUnionTypes() local
H A DSemaDeclCXX.cpp4070 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 DSemaChecking.cpp10223 AnalyzeBitFieldAssignment(Sema & S,FieldDecl * Bitfield,Expr * Init,SourceLocation InitLoc) AnalyzeBitFieldAssignment() argument
12660 CheckBitFieldInitialization(SourceLocation InitLoc,FieldDecl * BitField,Expr * Init) CheckBitFieldInitialization() argument
H A DSemaOpenMP.cpp9805 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); checkOpenMPLoop() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1933 Create(ASTContext & C,ArrayRef<Expr * > Args,QualType T,unsigned NumUserSpecifiedExprs,SourceLocation InitLoc,SourceLocation LParenLoc,SourceLocation RParenLoc) Create() argument