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

  /external/clang/include/clang/Frontend/
FrontendAction.h 38 std::unique_ptr<ASTUnit> CurrentASTUnit;
127 return (bool)CurrentASTUnit;
145 assert(CurrentASTUnit && "No current AST unit!");
146 return *CurrentASTUnit;
149 ASTUnit *takeCurrentASTUnit() { return CurrentASTUnit.release(); }
  /external/clang/lib/Frontend/
FrontendAction.cpp 132 CurrentASTUnit.reset(AST);

Completed in 78 milliseconds