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

  /external/clang/unittests/AST/
SourceLocationTest.cpp 247 TEST(FriendDecl, InstantiationSourceRange) {
248 RangeVerifier<FriendDecl> Verifier;
257 friendDecl(hasParent(recordDecl(isTemplateInstantiation())))));
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 560 /// friendDecl()
562 const internal::VariadicDynCastAllOfMatcher<Decl, FriendDecl> friendDecl;
    [all...]

Completed in 285 milliseconds