Home
last modified time | relevance | path

Searched refs:setNested (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3009 setNested(Nested); in NamespaceDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h615 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setNested() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1832 D->setNested(NamespaceDeclBits.getNextBit()); in VisitNamespaceDecl()