Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h62 ScopeEnd, enumerator
339 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
353 return kind == ScopeEnd; in isKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp362 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp426 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp587 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp740 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp625 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DExprEngine.cpp608 case CFGElement::ScopeEnd: in processCFGElement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4682 case CFGElement::ScopeEnd: in getDestructorDecl()