HomeSort by relevance Sort by last modified time
    Searched refs:ASTUnit (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/clang/tools/libclang/
CXType.h 22 class ASTUnit;
CXTranslationUnit.h 22 class ASTUnit;
31 clang::ASTUnit *TheASTUnit;
41 CXTranslationUnitImpl *MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU);
43 static inline ASTUnit *getASTUnit(CXTranslationUnit TU) {
49 /// \returns true if the ASTUnit has a diagnostic about the AST file being
51 bool isASTReadError(ASTUnit *AU);
  /external/clang/include/clang/Index/
IndexingAction.h 17 class ASTUnit;
41 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexingAction.h 18 class ASTUnit;
46 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexingAction.h 20 class ASTUnit;
49 void indexASTUnit(ASTUnit &Unit,
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h 37 class ASTUnit;
  /external/clang/unittests/AST/
PostOrderASTVisitor.cpp 76 auto ASTUnit = tooling::buildASTFromCode(
83 auto TU = ASTUnit->getASTContext().getTranslationUnitDecl();
101 auto ASTUnit = tooling::buildASTFromCode(
108 auto TU = ASTUnit->getASTContext().getTranslationUnitDecl();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 28 class ASTUnit;
121 /// \return Returns an ASTUnit that contains the definition of the looked up
125 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
147 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
148 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;

Completed in 1098 milliseconds

1 2 3 4 5