Home
last modified time | relevance | path

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

/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp144 SourceLocation InitLoc = VD->getAnyInitializer()->getExprLoc(); checkFullyInitialized() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp394 getInitialState(const LocationContext * InitLoc) getInitialState() argument
H A DRegionStore.cpp396 StoreRef getInitialStore(const LocationContext *InitLoc) override { in getInitialStore() argument
H A DExprEngine.cpp244 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1565 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local
1775 SMLoc InitLoc = Lex.getLoc(); ParseOperation() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4821 SourceLocation InitLoc, LParenLoc, RParenLoc; global() variable
4825 CXXParenListInitExpr(ArrayRef<Expr * > Args,QualType T,unsigned NumUserSpecifiedExprs,SourceLocation InitLoc,SourceLocation LParenLoc,SourceLocation RParenLoc) CXXParenListInitExpr() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2204 SourceLocation InitLoc = Init ? Init->getBeginLoc() : IList->getEndLoc(); CheckStructUnionTypes() local
2238 SourceLocation InitLoc = Init->getBeginLoc(); CheckStructUnionTypes() local
H A DSemaDeclCXX.cpp4212 ConvertMemberDefaultInitExpression(FieldDecl * FD,Expr * InitExpr,SourceLocation InitLoc) ConvertMemberDefaultInitExpression() argument
4229 ActOnFinishCXXInClassMemberInitializer(Decl * D,SourceLocation InitLoc,Expr * InitExpr) ActOnFinishCXXInClassMemberInitializer() argument
14195 SourceLocation InitLoc = Shadow->getLocation(); DefineInheritingConstructor() local
[all...]
H A DSemaChecking.cpp15000 AnalyzeBitFieldAssignment(Sema & S,FieldDecl * Bitfield,Expr * Init,SourceLocation InitLoc) AnalyzeBitFieldAssignment() argument
17561 CheckBitFieldInitialization(SourceLocation InitLoc,FieldDecl * BitField,Expr * Init) CheckBitFieldInitialization() argument
H A DSemaOpenMP.cpp9963 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); checkOpenMPLoop() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1851 Create(ASTContext & C,ArrayRef<Expr * > Args,QualType T,unsigned NumUserSpecifiedExprs,SourceLocation InitLoc,SourceLocation LParenLoc,SourceLocation RParenLoc) Create() argument