Home
last modified time | relevance | path

Searched refs:getInterestingTagDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DType.cpp2951 static TagDecl *getInterestingTagDecl(TagDecl *decl) { in getInterestingTagDecl() function
2961 return getInterestingTagDecl(decl); in getDecl()
3066 return cast<CXXRecordDecl>(getInterestingTagDecl(Decl)); in getDecl()
/external/llvm-project/clang/lib/AST/
DType.cpp3465 static TagDecl *getInterestingTagDecl(TagDecl *decl) { in getInterestingTagDecl() function
3475 return getInterestingTagDecl(decl); in getDecl()
3566 return cast<CXXRecordDecl>(getInterestingTagDecl(Decl)); in getDecl()