Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h43 std::string TypedText; member
/external/llvm/include/llvm/LineEditor/
DLineEditor.h73 std::string TypedText; member
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp465 std::string TypedText = I->first(); in getCompletions() local
DParser.cpp430 void Parser::addCompletion(const TokenInfo &CompToken, StringRef TypedText, in addCompletion()
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp112 bool hasCompletion(const CompVector &Comps, StringRef TypedText, in hasCompletion()