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

  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 70 Matches += ast_matchers::internal::Matcher<T>::canConstructFrom(*List[I]);
84 if (ast_matchers::internal::Matcher<T>::canConstructFrom(*List[I]))
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 275 static bool canConstructFrom(const DynTypedMatcher &Other) {
283 /// This method asserts that canConstructFrom(Other) is \c true. Callers
284 /// should call canConstructFrom(Other) first to make sure that Other is
287 assert(canConstructFrom(Other));
403 Matcher<QualType>::canConstructFrom(const DynTypedMatcher &Other) {
415 assert(canConstructFrom(Other));
    [all...]

Completed in 24 milliseconds