Home
last modified time | relevance | path

Searched refs:getCurrentASTUnit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h156 ASTUnit &getCurrentASTUnit() const { in getCurrentASTUnit() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp877 const LangOptions &LO = getCurrentASTUnit().getLangOpts(); in ExecuteAction()
880 ASTReader *R = getCurrentASTUnit().getASTReader().get(); in ExecuteAction()