Home
last modified time | relevance | path

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

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