Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp554 if (D->isEmbeddedInDeclarator() && !D->isFreeStanding()) { in VisitTagDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3418 bool isEmbeddedInDeclarator() const { in isEmbeddedInDeclarator() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp414 Record.push_back(D->isEmbeddedInDeclarator()); in VisitTagDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp148 if (TD->isEmbeddedInDeclarator() && !TD->isCompleteDefinition()) in getDeclLocForCommentSearch()