OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryBind
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
322
/// This version enables \c
tryBind
() on the \c DynTypedMatcher.
334
llvm::Optional<DynTypedMatcher>
tryBind
(StringRef ID) const {
335
return Storage->
tryBind
(ID);
386
virtual llvm::Optional<DynTypedMatcher>
tryBind
(StringRef ID) const = 0;
422
llvm::Optional<DynTypedMatcher>
tryBind
(StringRef ID) const override {
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
503
llvm::Optional<DynTypedMatcher> Bound = Result->
tryBind
(BindID);
Completed in 109 milliseconds