Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h45 std::string TypedText; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LineEditor/
H A DLineEditor.h73 std::string TypedText; member
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp475 std::string TypedText = I->first(); in getMatcherCompletions() local
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp115 bool hasCompletion(const CompVector &Comps, StringRef TypedText, in hasCompletion()