HomeSort by: relevance | last modified time | path
    Searched defs:PackageOptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 229 if (Package->isValueUnset("PackageOptions"))
232 std::vector<Record *> PackageOptions = Package
233 ->getValueAsListOfDefs("PackageOptions");
234 for (Record *PackageOpt : PackageOptions) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistryData.h 206 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> PackageOptions;

Completed in 48 milliseconds