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

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
JSONCompilationDatabase.cpp 143 if (!Triple.hasEnvironment() ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 318 /// hasEnvironment - Does this triple have the optional environment
320 bool hasEnvironment() const {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp 461 else if (!Triple.hasEnvironment() &&
Gnu.cpp 405 ToolChain.getTriple().hasEnvironment() ||
Clang.cpp 6008 RawTriple.hasEnvironment())) ||
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 1252 if (hasEnvironment())
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 5262 !Target.hasEnvironment())

Completed in 106 milliseconds