Searched refs:InitLoc (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/Sema/
H A DInitialization.h489 static InitializationKind CreateDirect(SourceLocation InitLoc, argument
493 InitLoc, LParenLoc, RParenLoc);
496 static InitializationKind CreateDirectList(SourceLocation InitLoc) { argument
498 InitLoc, InitLoc, InitLoc);
528 static InitializationKind CreateCopy(SourceLocation InitLoc, argument
533 InitLoc, EqualLoc, EqualLoc);
537 static InitializationKind CreateDefault(SourceLocation InitLoc) { argument
538 return InitializationKind(IK_Default, IC_Normal, InitLoc, InitLo
542 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
[all...]
H A DSema.h8571 void CheckBitFieldInitialization(SourceLocation InitLoc, FieldDecl *Field,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h48 virtual ProgramStateRef getInitialState(const LocationContext *InitLoc) = 0;
H A DStore.h81 virtual StoreRef getInitialStore(const LocationContext *InitLoc) = 0;
H A DExprEngine.h157 ProgramStateRef getInitialState(const LocationContext *InitLoc) override;
H A DProgramState.h478 ProgramStateRef getInitialState(const LocationContext *InitLoc);
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2764 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); local
2768 CurScope, InitLoc, BO_GT, LastIteration.get(),
2776 VarDecl *LBDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.lb");
2777 LB = SemaRef.BuildDeclRefExpr(LBDecl, VType, VK_LValue, InitLoc);
2779 LBDecl, SemaRef.ActOnIntegerConstant(InitLoc, 0).get(),
2783 VarDecl *UBDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.ub");
2784 UB = SemaRef.BuildDeclRefExpr(UBDecl, VType, VK_LValue, InitLoc);
2792 VarDecl *ILDecl = BuildVarDecl(SemaRef, InitLoc, Int32Ty, ".omp.is_last");
2793 IL = SemaRef.BuildDeclRefExpr(ILDecl, Int32Ty, VK_LValue, InitLoc);
2795 ILDecl, SemaRef.ActOnIntegerConstant(InitLoc,
[all...]
H A DSemaDeclCXX.cpp2713 SourceLocation InitLoc,
2740 : InitializationKind::CreateCopy(InitExpr->getLocStart(), InitLoc);
2752 Init = ActOnFinishFullExpr(Init.get(), InitLoc);
2712 ActOnFinishCXXInClassMemberInitializer(Decl *D, SourceLocation InitLoc, Expr *InitExpr) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp103 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { argument
104 ProgramStateRef state = StateMgr.getInitialState(InitLoc);
105 const Decl *D = InitLoc->getDecl();
125 const MemRegion *R = state->getRegion(PD, InitLoc);
151 const MemRegion *R = state->getRegion(SelfD, InitLoc);
166 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
H A DProgramState.cpp364 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { argument
367 StoreMgr->getInitialStore(InitLoc),
H A DRegionStore.cpp377 StoreRef getInitialStore(const LocationContext *InitLoc) override {

Completed in 308 milliseconds