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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 634 bool IsLocalDecl(const Decl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1764 assert(IsLocalDecl(D) && "expected a local declaration");
1767 if (IsLocalDecl(Canon))
1775 if (IsLocalDecl(Redecl))
ASTWriter.cpp 5893 if (IsLocalDecl(Prev))

Completed in 25 milliseconds