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

  /external/clang/lib/Frontend/
FrontendAction.cpp 418 CI.hasPreprocessor()) {
455 if (CI.hasPreprocessor())
494 if (!CI.hasPreprocessor())
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 394 bool hasPreprocessor() const { return PP != nullptr; }

Completed in 68 milliseconds