Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp349 if (isCurrentFileAST()) { in BeginSourceFile()
369 if (!isCurrentFileAST()) { in Execute()
407 if (!isCurrentFileAST()) { in EndSourceFile()
412 if (!isCurrentFileAST()) { in EndSourceFile()
436 if (isCurrentFileAST()) { in EndSourceFile()
/external/clang/include/clang/Frontend/
DFrontendAction.h117 bool isCurrentFileAST() const { in isCurrentFileAST() function