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

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 492 /// Vector holding pointers to all substitutions. Used to automatically free
494 std::vector<std::unique_ptr<Substitution>> Substitutions;
631 std::vector<Substitution *> Substitutions;
758 /// Prints the value of successful substitutions.
766 return !(Substitutions.empty() && VariableDefs.empty());
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 590 Substitutions.try_emplace(
598 if (Substitutions.count(Name))
611 auto It = Substitutions.find(S->Name);
612 if (It == Substitutions.end())
675 StringMap<DiagText> Substitutions;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 422 llvm::DenseMap<uintptr_t, unsigned> Substitutions;
449 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {}
455 AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {}
493 // Destructive copy substitutions from other mangler.
793 // Function encoding could create new substitutions so we have to add
794 // temp mangled substitutions to main mangler.
1225 // substitutions.
1846 // <data-member-prefix> now, with no substitutions and no <template-args>
    [all...]

Completed in 32 milliseconds