Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp197 static bool IsPartOfAST(const CXXRecordDecl *R) { in IsPartOfAST() function
205 if (IsPartOfAST(baseD)) in IsPartOfAST()
232 if (!IsPartOfAST(R)) in CheckASTMemory()