Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h61 ScopeEnd, enumerator
346 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd()
360 return kind == ScopeEnd; in isKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h223 Error visitKnownRecord(CVSymbol &Record, ScopeEndSym &ScopeEnd) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp586 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp421 ENUM_TO_CSTRING(ScopeEnd); in GetTypeAsString()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp567 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DCFG.cpp5298 case CFGElement::ScopeEnd: in getDestructorDecl()
5864 case CFGElement::Kind::ScopeEnd: in print_elem()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp877 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1622 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp998 case CFGElement::ScopeEnd: in processCFGElement()