Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ASTContext

16 #include "clang/AST/ASTContext.h"
373 // Keep track of the type of this completion in an ASTContext-agnostic
492 ASTContext &Context;
500 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
551 // Initialize the ASTContext
554 // We didn't have access to the comment options when the ASTContext was
704 AST->Ctx = new ASTContext(AST->ASTFileLangOpts, AST->getSourceManager(),
707 ASTContext &Context = *AST->Ctx;
951 void HandleTranslationUnit(ASTContext &Ctx) override {
2139 ASTContext &Ctx,