HomeSort by relevance Sort by last modified time
    Searched defs:tryBind (Results 1 - 3 of 3) 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/include/clang/ASTMatchers/
ASTMatchersInternal.h 226 virtual DynTypedMatcher* tryBind(StringRef ID) const;
    [all...]

Completed in 2662 milliseconds