OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCompletions
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
365
std::vector<MatcherCompletion> Registry::
getCompletions
(
/external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp
84
CompVector
getCompletions
() {
85
return Registry::
getCompletions
(
89
CompVector
getCompletions
(StringRef MatcherName1, unsigned ArgNo1) {
95
return Registry::
getCompletions
(Context);
98
CompVector
getCompletions
(StringRef MatcherName1, unsigned ArgNo1,
109
return Registry::
getCompletions
(Context);
440
CompVector Comps =
getCompletions
();
446
CompVector WhileComps =
getCompletions
("whileStmt", 0);
464
getCompletions
("allOf", 0, "whileStmt", 0);
470
getCompletions
("decl", 0, "whileStmt", 0)
[
all
...]
Completed in 181 milliseconds