HomeSort by relevance Sort by last modified time
    Searched refs:tryBind (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 37 DynTypedMatcher *DynTypedMatcher::tryBind(StringRef ID) const { return NULL; }
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 46 virtual DynTypedMatcher* tryBind(StringRef BoundID) const {
87 OwningPtr<DynTypedMatcher> Out(Matcher.tryBind(BindID));
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 433 OwningPtr<DynTypedMatcher> Bound(Matchers[0]->tryBind(BindID));
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 226 virtual DynTypedMatcher* tryBind(StringRef ID) const;
    [all...]

Completed in 5708 milliseconds