Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h243 D.isEmbeddedInDeclarator(); in isEmbeddedInVarDeclarator()
1114 if (TagDecl->isEmbeddedInDeclarator() && TagDecl->isCompleteDefinition() && in VisitTypedefNameDecl()
1481 if (TagTypeDecl && TagTypeDecl->isEmbeddedInDeclarator() && in fetchRawCommentForDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp591 if (D->isEmbeddedInDeclarator() && !D->isFreeStanding()) { in VisitTagDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3684 bool isEmbeddedInDeclarator() const { in isEmbeddedInDeclarator() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp498 TagDeclBits.addBit(D->isEmbeddedInDeclarator()); in VisitTagDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp159 if (TD->isEmbeddedInDeclarator() && !TD->isCompleteDefinition()) in getDeclLocsForCommentSearch()