Searched refs:ASTContext (Results 1 – 3 of 3) sorted by relevance
34 class ASTContext; variable204 void parseAST(CompilationType type, clang::ASTContext& ast);
61 Visitor(HeaderDatabase& database, CompilationType type, ASTContext& ctx) in Visitor()339 void HeaderDatabase::parseAST(CompilationType type, ASTContext& ctx) { in parseAST()
66 void HandleTranslationUnit(ASTContext& ctx) override { in HandleTranslationUnit()