Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp425 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
H A DSymbolDumper.cpp588 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp848 ScopeEndSym &ScopeEnd) { in visitKnownRecord() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp569 case CFGElement::ScopeEnd: in getLocationForCaller()
H A DCFG.cpp5015 case CFGElement::ScopeEnd: in getDestructorDecl()
5561 case CFGElement::Kind::ScopeEnd: in print_elem()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp658 case CFGElement::ScopeEnd: in processCFGElement()