Home
last modified time | relevance | path

Searched refs:ScopeEnd (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp132 SourceLocation ScopeEnd = Scope->getEndLoc(); in exprIsValidOutside() local
134 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()
135 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h61 ScopeEnd, enumerator
345 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
359 return kind == ScopeEnd; in isKind()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp368 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp586 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp853 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp569 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DCFG.cpp5234 case CFGElement::ScopeEnd: in getDestructorDecl()
5782 case CFGElement::Kind::ScopeEnd: in print_elem()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp827 case CFGElement::ScopeEnd: in processCFGElement()