Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h92 static bool isDeclToBeProcessed(const Decl* D, const DeclContext *Parent);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp443 bool ODRHash::isDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { in isDeclToBeProcessed() function in ODRHash
490 if (isDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl()
591 if (isDeclToBeProcessed(SubDecl, Function)) { in AddFunctionDecl()
617 if (isDeclToBeProcessed(SubDecl, Enum)) { in AddEnumDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9916 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11402 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()