Home
last modified time | relevance | path

Searched refs:ScopePos (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DCFG.cpp382 LocalScope::const_iterator ScopePos; member in __anon4350aedf0111::CFGBuilder
1303 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
1395 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
1406 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
1408 addAutomaticObjDtors(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
1812 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()
1943 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()
1950 addAutomaticObjDtors(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()
2144 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()
2145 ++ScopePos; in VisitDeclSubExpr()
[all …]
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp490 LocalScope::const_iterator ScopePos; member in __anon875bb5ad0411::CFGBuilder
621 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1931 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
2038 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2047 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2054 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
2056 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
2570 addAutomaticObjHandling(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()
2708 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()
2714 addAutomaticObjHandling(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()
[all …]