Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h92 static bool isDeclToBeProcessed(const Decl* D, const DeclContext *Parent);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9887 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11373 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()