HomeSort by: relevance | last modified time | path
    Searched refs:isDeclToBeProcessed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ODRHash.h 92 static bool isDeclToBeProcessed(const Decl* D, const DeclContext *Parent);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 443 bool ODRHash::isDeclToBeProcessed(const Decl *D, const DeclContext *Parent) {
490 if (isDeclToBeProcessed(SubDecl, Record)) {
591 if (isDeclToBeProcessed(SubDecl, Function)) {
617 if (isDeclToBeProcessed(SubDecl, Enum)) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 9544 // This list should be the same Decl's as in ODRHash::isDeclToBeProcessed
9887 if (!ODRHash::isDeclToBeProcessed(D, DC))
11373 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum))

Completed in 85 milliseconds