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

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 357 template <typename T> struct has_getDecl {
436 typename llvm::enable_if<has_getDecl<U>, int>::type = 0) const {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 848 EXPECT_TRUE(internal::has_getDecl<TypedefType>::value);
849 EXPECT_TRUE(internal::has_getDecl<RecordType>::value);
850 EXPECT_FALSE(internal::has_getDecl<TemplateSpecializationType>::value);
    [all...]

Completed in 659 milliseconds