OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccessSpecDecl
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
86
class
AccessSpecDecl
: public Decl {
90
AccessSpecDecl
(AccessSpecifier AS, DeclContext *DC,
96
AccessSpecDecl
(EmptyShell Empty) : Decl(AccessSpec, Empty) {}
117
static
AccessSpecDecl
*Create(ASTContext &C, AccessSpecifier AS,
120
return new (C, DC)
AccessSpecDecl
(AS, DC, ASLoc, ColonLoc);
123
static
AccessSpecDecl
*CreateDeserialized(ASTContext &C, unsigned ID);
JSONNodeDumper.h
249
void VisitAccessSpecDecl(const
AccessSpecDecl
*ASD);
TextNodeDumper.h
356
void VisitAccessSpecDecl(const
AccessSpecDecl
*D);
RecursiveASTVisitor.h
1424
DEF_TRAVERSE_DECL(
AccessSpecDecl
, {})
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
58
void
AccessSpecDecl
::anchor() {}
60
AccessSpecDecl
*
AccessSpecDecl
::CreateDeserialized(ASTContext &C, unsigned ID) {
61
return new (C, ID)
AccessSpecDecl
(EmptyShell());
ODRHash.cpp
310
void VisitAccessSpecDecl(const
AccessSpecDecl
*D) {
DeclPrinter.cpp
433
if (isa<
AccessSpecDecl
>(*D)) {
JSONNodeDumper.cpp
908
void JSONNodeDumper::VisitAccessSpecDecl(const
AccessSpecDecl
*ASD) {
TextNodeDumper.cpp
2114
void TextNodeDumper::VisitAccessSpecDecl(const
AccessSpecDecl
*D) {
ASTImporter.cpp
481
ExpectedDecl VisitAccessSpecDecl(
AccessSpecDecl
*D);
2277
ExpectedDecl ASTNodeImporter::VisitAccessSpecDecl(
AccessSpecDecl
*D) {
2291
AccessSpecDecl
*ToD;
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
757
const internal::VariadicDynCastAllOfMatcher<Decl,
AccessSpecDecl
>
758
accessSpecDecl
;
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
439
if (auto *A = dyn_cast<
AccessSpecDecl
>(D)) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
399
void VisitAccessSpecDecl(
AccessSpecDecl
*D);
2023
void ASTDeclReader::VisitAccessSpecDecl(
AccessSpecDecl
*D) {
3872
D =
AccessSpecDecl
::CreateDeserialized(Context, ID);
ASTWriterDecl.cpp
123
void VisitAccessSpecDecl(
AccessSpecDecl
*D);
1438
void ASTDeclWriter::VisitAccessSpecDecl(
AccessSpecDecl
*D) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp
1145
// Check whether there's an
AccessSpecDecl
preceding this in the
1150
if (isa<
AccessSpecDecl
>(I)) {
SemaTemplateInstantiateDecl.cpp
1069
Decl *TemplateDeclInstantiator::VisitAccessSpecDecl(
AccessSpecDecl
*D) {
1070
AccessSpecDecl
* AD
1071
=
AccessSpecDecl
::Create(SemaRef.Context, D->getAccess(), Owner,
SemaDeclCXX.cpp
3023
AccessSpecDecl
*ASDecl =
AccessSpecDecl
::Create(Context, Access, CurContext,
3482
const
AccessSpecDecl
*LastAccessSpec = nullptr;
3484
if (const auto *AccessSpec = dyn_cast<
AccessSpecDecl
>(D))
SemaDeclAttr.cpp
8408
AccessSpecDecl
*ASDecl, const ParsedAttributesView &AttrList) {
SemaDecl.cpp
5129
} else if (isa<
AccessSpecDecl
>(Mem)) {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
515
///
accessSpecDecl
()
517
extern const internal::VariadicDynCastAllOfMatcher<Decl,
AccessSpecDecl
>
518
accessSpecDecl
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4263
bool ProcessAccessDeclAttributeList(
AccessSpecDecl
*ASDecl,
Completed in 94 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026