Home
last modified time | relevance | path

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

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