Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h60 ScopeEnd, enumerator
344 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
358 return kind == ScopeEnd; in isKind()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp367 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp586 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp853 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp567 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DCFG.cpp5293 case CFGElement::ScopeEnd: in getDestructorDecl()
5852 case CFGElement::Kind::ScopeEnd: in print_elem()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp992 case CFGElement::ScopeEnd: in processCFGElement()