HomeSort by: relevance | last modified time | path
    Searched refs:hasPreprocessor (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 80 assert(CI.hasPreprocessor() && "No PP!");
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 956 CI.hasPreprocessor()) {
980 if (CI.hasPreprocessor())
1041 if (!CI.hasPreprocessor())
ASTUnit.cpp 1444 if (CI.hasPreprocessor())
CompilerInstance.cpp 2102 hasPreprocessor()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 438 bool hasPreprocessor() const { return PP != nullptr; }

Completed in 20 milliseconds