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

  /external/clang/include/clang/AST/
ASTImporter.h 207 void ImportDefinition(Decl *From);
  /external/clang/lib/AST/
ASTImporter.cpp 108 bool ImportDefinition(RecordDecl *From, RecordDecl *To,
110 bool ImportDefinition(VarDecl *From, VarDecl *To,
112 bool ImportDefinition(EnumDecl *From, EnumDecl *To,
114 bool ImportDefinition(ObjCInterfaceDecl *From, ObjCInterfaceDecl *To,
116 bool ImportDefinition(ObjCProtocolDecl *From, ObjCProtocolDecl *To,
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 527 ImportDefinition(from);

Completed in 110 milliseconds