Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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(
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp325 std::vector<ArgKind> Parser::Sema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::Sema
775 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
847 std::vector<ArgKind> Parser::RegistrySema::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Parser::RegistrySema
849 return Registry::getAcceptedCompletionTypes(Context); in getAcceptedCompletionTypes()
H A DRegistry.cpp646 std::vector<ArgKind> Registry::getAcceptedCompletionTypes( in getAcceptedCompletionTypes() function in clang::ast_matchers::dynamic::Registry