OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAttrs
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp
146
if (!VD->
hasAttrs
())
Mangle.cpp
126
if (!getASTContext().getLangOpts().CPlusPlus && !D->
hasAttrs
())
DeclBase.cpp
429
if (!
hasAttrs
())
865
assert(!
HasAttrs
&& "Decl already contains attrs.");
868
assert(AttrBlank.empty() && "
HasAttrs
was wrong?");
871
HasAttrs
= true;
875
if (!
HasAttrs
) return;
877
HasAttrs
= false;
882
if (!
hasAttrs
()) {
905
assert(
HasAttrs
&& "No attrs to get!");
DeclPrinter.cpp
237
if (D->
hasAttrs
()) {
259
if (D->
hasAttrs
()) {
ASTImporter.cpp
8454
if (FromD->
hasAttrs
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
290
///
HasAttrs
- This indicates whether the decl has attributes or not.
291
unsigned
HasAttrs
: 1;
382
DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false),
HasAttrs
(false),
391
: DeclKind(DK), InvalidDecl(false),
HasAttrs
(false), Implicit(false),
489
bool
hasAttrs
() const { return
HasAttrs
; }
511
return
hasAttrs
() ? getAttrs().begin() : nullptr;
514
return
hasAttrs
() ? getAttrs().end() : nullptr;
519
if (!
HasAttrs
) return;
525
HasAttrs
= false
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp
1530
if(!FunDecl || !FunDecl->
hasAttrs
())
1754
if (!D || !D->
hasAttrs
())
1793
if (!D || !D->
hasAttrs
())
2102
if(!D || !D->
hasAttrs
())
2168
if (!CtorD || !CtorD->
hasAttrs
())
2181
if (!CtorD || !CtorD->
hasAttrs
())
2324
if (!SortedGraph->empty() && D->
hasAttrs
()) {
2489
if (!DD->
hasAttrs
())
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
303
Record.push_back(D->
hasAttrs
());
304
if (D->
hasAttrs
())
388
!D->
hasAttrs
() &&
453
!D->
hasAttrs
() &&
490
!D->
hasAttrs
() &&
797
!D->
hasAttrs
() &&
931
!D->
hasAttrs
() &&
1055
!D->
hasAttrs
() &&
1103
!D->
hasAttrs
() &&
1381
!D->
hasAttrs
() &
[
all
...]
ASTWriter.cpp
4949
Record.push_back(D->
hasAttrs
());
4950
if (D->
hasAttrs
())
ASTReaderDecl.cpp
590
if (Record.readInt()) { //
hasAttrs
4601
if (!D->
hasAttrs
())
/src/external/mit/isl/dist/interface/
extract_interface.cc
124
if (!decl->
hasAttrs
())
generator.cc
476
if (!decl->
hasAttrs
())
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
1132
if (!Decl1->
hasAttrs
() || !Decl2->
hasAttrs
()) {
1133
AvailabilityArgsMatch = (Decl1->
hasAttrs
() == Decl2->
hasAttrs
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
282
if (!D->
hasAttrs
())
1152
if (D->
hasAttrs
()) {
CIndex.cpp
4127
if (D->
hasAttrs
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp
109
return D->
hasAttrs
() && llvm::any_of(D->getAttrs(), [&](Attr *Attribute) {
SemaOpenMP.cpp
2641
VD->getName(), VD->
hasAttrs
() ? &VD->getAttrs() : nullptr, DRE);
6859
return FD->
hasAttrs
() &&
7020
if (NewFD->
hasAttrs
() && NewFD->hasAttr<OMPDeclareVariantAttr>()) {
8407
LCDecl->
hasAttrs
() ? &LCDecl->getAttrs() : nullptr,
15331
D->
hasAttrs
() ? &D->getAttrs() : nullptr,
15584
D->
hasAttrs
() ? &D->getAttrs() : nullptr,
15784
D->
hasAttrs
() ? &D->getAttrs() : nullptr);
15789
D->
hasAttrs
() ? &D->getAttrs() : nullptr);
16636
D->
hasAttrs
() ? &D->getAttrs() : nullptr);
16638
D->
hasAttrs
() ? &D->getAttrs() : nullptr)
[
all
...]
SemaDecl.cpp
2665
if (!New->
hasAttrs
())
2845
if (!Old->
hasAttrs
() && !New->
hasAttrs
())
2938
if (!Old->
hasAttrs
())
2941
bool foundAny = New->
hasAttrs
();
3003
if (!oldDecl->
hasAttrs
())
3006
bool foundAny = newDecl->
hasAttrs
();
7901
if (NewVD->
hasAttrs
())
16933
if (NewFD->
hasAttrs
())
17508
if (Record->
hasAttrs
()) {
[
all
...]
SemaStmt.cpp
3956
if (FD->
hasAttrs
())
3973
if (MD->
hasAttrs
())
SemaObjCProperty.cpp
1061
if (Decl->
hasAttrs
())
SemaDeclAttr.cpp
2308
if (D->
hasAttrs
()) {
4000
assert(D->
hasAttrs
() && "no attributes on decl");
SemaTemplateInstantiateDecl.cpp
1136
if (Field->
hasAttrs
())
SemaTemplate.cpp
3824
ClassTemplate->getTemplatedDecl()->
hasAttrs
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
902
if (Func && Func->
hasAttrs
()) {
1246
if (FD->
hasAttrs
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
188
if (VD->
hasAttrs
()) {
240
if (VD->
hasAttrs
() && VD->hasAttr<OMPAllocateDeclAttr>())
248
if (!FD->
hasAttrs
())
4280
if (VD->
hasAttrs
()) {
Completed in 107 milliseconds
1
2
Indexes created Sun Jun 21 00:25:28 UTC 2026