Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DODRHash.h92 static bool isDeclToBeProcessed(const Decl* D, const DeclContext *Parent);
/external/llvm-project/clang/lib/AST/
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()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10024 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11510 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()