Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DODRHash.h92 static bool isDeclToBeProcessed(const Decl* D, const DeclContext *Parent);
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp444 bool ODRHash::isDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { in isDeclToBeProcessed() function in ODRHash
491 if (isDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl()
592 if (isDeclToBeProcessed(SubDecl, Function)) { in AddFunctionDecl()
618 if (isDeclToBeProcessed(SubDecl, Enum)) { in AddEnumDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9891 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11208 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()