Home
last modified time | relevance | path

Searched refs:isCXXRecordTypedCall (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h188 static bool isCXXRecordTypedCall(Expr *E) { in isCXXRecordTypedCall() function
199 assert(isCXXRecordTypedCall(E)); in CFGCXXRecordTypedCall()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1390 if (CFGCXXRecordTypedCall::isCXXRecordTypedCall(E)) in findConstructionContexts()