Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp308 if (isCurrentFileAST()) { in BeginSourceFile()
327 if (!isCurrentFileAST()) { in Execute()
359 if (!isCurrentFileAST()) { in EndSourceFile()
364 if (!isCurrentFileAST()) { in EndSourceFile()
388 if (isCurrentFileAST()) { in EndSourceFile()
/external/clang/include/clang/Frontend/
DFrontendAction.h111 bool isCurrentFileAST() const { in isCurrentFileAST() function