Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h61 ScopeEnd, enumerator
344 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
358 return kind == ScopeEnd; in isKind()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp367 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp588 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp851 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp569 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DCFG.cpp5022 case CFGElement::ScopeEnd: in getDestructorDecl()
5568 case CFGElement::Kind::ScopeEnd: in print_elem()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp658 case CFGElement::ScopeEnd: in processCFGElement()