HomeSort by relevance Sort by last modified time
    Searched refs:isFromASTFile (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 129 if (Singleton->isFromASTFile())
134 std::mem_fun(&Decl::isFromASTFile)),
Redeclarable.h 265 if (!D->isFromASTFile())
274 if (!D->isFromASTFile())
DeclBase.h 590 assert(isFromASTFile() && "Only works on a deserialized declaration");
644 bool isFromASTFile() const { return FromASTFile; }
649 if (isFromASTFile())
657 if (isFromASTFile())
672 if (!isFromASTFile())
681 if (isFromASTFile() || !Hidden)
686 assert(!isFromASTFile() && Hidden && hasLocalOwningModuleStorage() &&
    [all...]
Decl.h 309 assert((!Hide || isFromASTFile() || hasLocalOwningModuleStorage()) &&
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 269 bool isFromASTFile() const { return FromASTFile; }
279 if (isFromASTFile())
291 assert(isFromASTFile());
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 184 if (!I->isFromASTFile()) {
199 if (D->isFromASTFile())
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 271 if (Existing->isFromASTFile() && New->isFromASTFile())
SemaLookup.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp 168 if (R->isFromASTFile())
242 if (!Template->isFromASTFile())
311 if (!NS->isFromASTFile())
    [all...]
ASTReaderDecl.cpp 697 if (!D->isFromASTFile() && D->isCompleteDefinition()) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 95 assert(isFromASTFile() && "Not from AST file?");
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 572 if (D->isFromASTFile())
    [all...]
ASTReader.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 1203 milliseconds