Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3424 void setEmbeddedInDeclarator(bool isInDeclarator) { in setEmbeddedInDeclarator() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4259 setEmbeddedInDeclarator(false); in TagDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp713 TD->setEmbeddedInDeclarator(Record.readInt()); in VisitTagDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3309 OwnedTagDecl->setEmbeddedInDeclarator(true); in GetDeclSpecTypeForDeclarator()