Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h119 virtual std::vector<ArgKind> getAcceptedCompletionTypes(
150 std::vector<ArgKind> getAcceptedCompletionTypes(
H A DRegistry.h108 static std::vector<ArgKind> getAcceptedCompletionTypes(
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp323 std::vector<ArgKind> Parser::Sema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::Sema
773 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
845 std::vector<ArgKind> Parser::RegistrySema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::RegistrySema
847 return Registry::getAcceptedCompletionTypes(Context); in getAcceptedCompletionTypes()
H A DRegistry.cpp662 std::vector<ArgKind> Registry::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Registry