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

  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 775 // If we have already seen this (non-built-in) type, use a substitution
777 llvm::DenseMap<const Type *, unsigned>::iterator Substitution
779 if (Substitution != TypeSubstitutions.end()) {
780 Out << 'S' << Substitution->second << '_';
783 // Record this as a substitution.
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 31 // Numeric substitution handling code.
387 /// Class representing a substitution to perform in the RegExStr string.
388 class Substitution {
402 // Index in RegExStr of where to do the substitution.
406 Substitution(FileCheckPatternContext *Context, StringRef VarName,
410 virtual ~Substitution() = default;
415 /// \returns the index where the substitution is to be performed in RegExStr.
418 /// \returns a string containing the result of the substitution represented
419 /// by this class instance or an error if substitution failed.
423 class StringSubstitution : public Substitution {
    [all...]
FileCheck.cpp 1002 // String and numeric substitution blocks. Pattern substitution blocks come
1005 // substitutes foo's value. Numeric substitution blocks recognize the same
1022 "Invalid substitution block, no ]] found");
1025 // Strip the substitution block we are parsing. End points to the start
1032 // Whether the substitution block is a legacy use of @LINE with string
1033 // substitution block syntax.
1098 // Parse numeric substitution block.
1161 // Handle substitution of string variables that were defined earlier on
1174 // Handle substitution of string variables ([[<var>]]) defined i
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 587 // Build up the list of substitution records.
591 S->getName(), DiagText(*this, S->getValueAsString("Substitution")));
595 // substitution.
613 PrintFatalError("Failed to find substitution with name: " + S->Name);
697 Substitution = Visitor.Builder.getSubstitution(P);
713 Piece *Substitution;
730 CASE(Substitution);
737 Visit(Guard.Substitution);
821 // Flatten the list of nodes, replacing any substitution pieces with the

Completed in 30 milliseconds