Home
last modified time | relevance | path

Searched defs:Substitution (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1026 Substitution *Substitution = parsePattern() local
1107 for (const auto &Substitution : Substitutions) { match() local
1209 for (const auto &Substitution : Substitutions) { printSubstitutions() local
[all...]
H A DFileCheckImpl.h357 Substitution(FileCheckPatternContext *Context, StringRef VarName, in Substitution() function
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp844 llvm::DenseMap<const Type *, unsigned>::iterator Substitution VisitType() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp721 Piece *Substitution; member