Home
last modified time | relevance | path

Searched refs:ASTContext (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.h34 class ASTContext; variable
204 void parseAST(CompilationType type, clang::ASTContext& ast);
DDeclarationDatabase.cpp61 Visitor(HeaderDatabase& database, CompilationType type, ASTContext& ctx) in Visitor()
339 void HeaderDatabase::parseAST(CompilationType type, ASTContext& ctx) { in parseAST()
DDriver.cpp66 void HandleTranslationUnit(ASTContext& ctx) override { in HandleTranslationUnit()