Home
last modified time | relevance | path

Searched refs:isEmbeddedInDeclarator (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h243 D.isEmbeddedInDeclarator(); in isEmbeddedInVarDeclarator()
1114 if (TagDecl->isEmbeddedInDeclarator() && TagDecl->isCompleteDefinition() && in VisitTypedefNameDecl()
1481 if (TagTypeDecl && TagTypeDecl->isEmbeddedInDeclarator() && in fetchRawCommentForDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp591 if (D->isEmbeddedInDeclarator() && !D->isFreeStanding()) { in VisitTagDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3684 bool isEmbeddedInDeclarator() const { in isEmbeddedInDeclarator() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp498 TagDeclBits.addBit(D->isEmbeddedInDeclarator()); in VisitTagDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp159 if (TD->isEmbeddedInDeclarator() && !TD->isCompleteDefinition()) in getDeclLocsForCommentSearch()