HomeSort by: relevance | last modified time | path
    Searched defs:VisitImportDecl (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 71 bool VisitImportDecl(ImportDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 722 bool VisitImportDecl(const ImportDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 75 void VisitImportDecl(ImportDecl *D);
932 void DeclPrinter::VisitImportDecl(ImportDecl *D) {
TextNodeDumper.cpp 1732 void TextNodeDumper::VisitImportDecl(const ImportDecl *D) {
ASTImporter.cpp 479 ExpectedDecl VisitImportDecl(ImportDecl *D);
2242 ExpectedDecl ASTNodeImporter::VisitImportDecl(ImportDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 122 void VisitImportDecl(ImportDecl *D);
1420 void ASTDeclWriter::VisitImportDecl(ImportDecl *D) {
ASTReaderDecl.cpp 398 void VisitImportDecl(ImportDecl *D);
2013 void ASTDeclReader::VisitImportDecl(ImportDecl *D) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 145 bool VisitImportDecl(const ImportDecl *D) {

Completed in 72 milliseconds