HomeSort by relevance Sort by last modified time
    Searched refs:hasPreprocessor (Results 1 - 5 of 5) sorted by null

  /external/clang/unittests/Frontend/
CodeGenActionTest.cpp 34 if (!CI.hasPreprocessor())
  /external/clang/lib/Frontend/
FrontendAction.cpp 462 CI.hasPreprocessor()) {
480 if (CI.hasPreprocessor())
539 if (!CI.hasPreprocessor())
CompilerInstance.cpp 723 hasPreprocessor() ? &getPreprocessor().getHeaderSearchInfo() : nullptr,
    [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 430 bool hasPreprocessor() const { return PP != nullptr; }

Completed in 663 milliseconds