Home
last modified time | relevance | path

Searched refs:CXXRecordTypedCall (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h81 case CFGElement::CXXRecordTypedCall: in Build()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h68 CXXRecordTypedCall, enumerator
70 STMT_END = CXXRecordTypedCall,
199 : CFGStmt(E, CXXRecordTypedCall) { in CFGCXXRecordTypedCall()
221 return E.getKind() == CXXRecordTypedCall; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp530 case CFGElement::CXXRecordTypedCall: in getLocationForCaller()
H A DCFG.cpp5296 case CFGElement::CXXRecordTypedCall: in getDestructorDecl()
5766 case CFGElement::Kind::CXXRecordTypedCall: in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp975 case CFGElement::CXXRecordTypedCall: in processCFGElement()