HomeSort by relevance Sort by last modified time
    Searched refs:IncludePath (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
152 IncludePath.push_back(
163 IncludePath.push_back(
581 SearchList.reserve(IncludePath.size());
584 for (auto &Include : IncludePath)
592 for (auto &Include : IncludePath)
599 for (auto &Include : IncludePath)
608 for (auto &Include : IncludePath)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 48 IncludePath = os.path.normpath(os.path.join(DecPath, NewRecord[0]))
49 if IncludePath not in IncludeList:
50 IncludeList.append(IncludePath)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 212 for IncludePath in IncludePathList:
213 SearchPath = os.path.normpath(os.path.join(os.path.dirname(FullPath), IncludePath))
214 AddPath = os.path.normpath(os.path.join(PackagePath, IncludePath))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 385 IncludePath = os.path.normpath(Item.File)
387 IncludePath = IncludePath.replace('\\', '/')
388 if IncludePath in IncludesDict:
389 if Item.GetArchList() == [TAB_ARCH_COMMON] or IncludesDict[IncludePath] == [TAB_ARCH_COMMON]:
390 IncludesDict[IncludePath] = [TAB_ARCH_COMMON]
392 IncludesDict[IncludePath] = IncludesDict[IncludePath] + Item.GetArchList()
394 IncludesDict[IncludePath] = Item.GetArchList()
466 IncludePath = Item.File
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 91 bool IncludePath;
94 : Diag(Diag), IncludePath(false) {}
102 return IncludePath ? Minimal : None;
106 IncludePath = true;
121 if (!IncludePath)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 307 for IncludePath in SearchPathList:
308 IncludeFile = os.path.join(IncludePath, Source)
  /external/llvm/lib/IR/
LLVMContextImpl.h 696 MDString *IncludePath;
699 MDString *IncludePath, MDString *ISysRoot)
701 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
705 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
710 IncludePath == RHS->getRawIncludePath() &&
715 ConfigurationMacros, IncludePath, ISysRoot);
    [all...]
DebugInfoMetadata.cpp 479 MDString *IncludePath, MDString *ISysRoot,
483 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot));
484 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot};
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 156 IncludePath = os.path.normpath(os.path.join(DecPath, NewRecord[0]))
157 if IncludePath not in IncludeList:
158 IncludeList.append(IncludePath)
    [all...]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 247 llvm::SmallString<128> IncludePath(SDKPath);
248 llvm::sys::path::append(IncludePath, "Include");
249 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd;
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 596 /// \param IncludePath The path to the module map file.
600 StringRef IncludePath,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 647 /// \param IncludePath The path to the module map file.
651 StringRef IncludePath,
    [all...]

Completed in 2545 milliseconds

1 2