Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h156 ASTUnit &getCurrentASTUnit() const { in getCurrentASTUnit() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp810 const LangOptions &LO = getCurrentASTUnit().getLangOpts(); in ExecuteAction()
813 ASTReader *R = getCurrentASTUnit().getASTReader().get(); in ExecuteAction()