Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp101 SourceLocation ScopeEnd = Scope->getEndLoc(); in exprIsValidOutside() local
103 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()
104 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h61 ScopeEnd, enumerator
344 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
358 return kind == ScopeEnd; in isKind()
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp366 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
DSymbolDumper.cpp588 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
DSymbolDumper.cpp588 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp577 ScopeEndSym &ScopeEnd) { in visitScopeEndSym() argument
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp848 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp569 case CFGElement::ScopeEnd: in getLocationForCaller()
DCFG.cpp5009 case CFGElement::ScopeEnd: in getDestructorDecl()
5555 case CFGElement::Kind::ScopeEnd: in print_elem()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp658 case CFGElement::ScopeEnd: in processCFGElement()