Home
last modified time | relevance | path

Searched refs:getAcceptedCompletionTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h112 virtual std::vector<ArgKind> getAcceptedCompletionTypes(
143 std::vector<ArgKind> getAcceptedCompletionTypes(
H A DRegistry.h84 static std::vector<ArgKind> getAcceptedCompletionTypes(
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp307 std::vector<ArgKind> Parser::Sema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::Sema
547 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
618 std::vector<ArgKind> Parser::RegistrySema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::RegistrySema
620 return Registry::getAcceptedCompletionTypes(Context); in getAcceptedCompletionTypes()
H A DRegistry.cpp538 std::vector<ArgKind> Registry::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Registry