HomeSort by relevance Sort by last modified time
    Searched refs:hasAttrs (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 250 /// HasAttrs - This indicates whether the decl has attributes or not.
251 unsigned HasAttrs : 1;
309 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
319 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
405 bool hasAttrs() const { return HasAttrs; }
417 if (hasAttrs())
428 return hasAttrs() ? getAttrs().begin() : 0;
431 return hasAttrs() ? getAttrs().end() : 0;
436 if (!HasAttrs) return
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 153 Record.push_back(D->hasAttrs());
154 if (D->hasAttrs())
189 if (!D->hasAttrs() &&
244 if (!D->hasAttrs() &&
270 if (!D->hasAttrs() &&
519 if (!D->hasAttrs() &&
647 if (!D->hasAttrs() &&
706 if (!D->hasAttrs() &&
750 if (!D->hasAttrs() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 419 if (Filter.CMallocOptimistic && FD->hasAttrs())
441 if (Filter.CMallocOptimistic && FD->hasAttrs())
489 if (FD->hasAttrs())
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 66 if (!D->hasAttrs())
919 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 367 if (Var->hasAttrs())
506 if (Field->hasAttrs())
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 190 if (D->hasAttrs()) {
    [all...]
MicrosoftMangle.cpp 176 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
    [all...]
ItaniumMangle.cpp 361 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
    [all...]

Completed in 169 milliseconds