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

  /external/clang/include/clang/AST/
DeclBase.h 247 /// HasAttrs - This indicates whether the decl has attributes or not.
248 unsigned HasAttrs : 1;
306 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
316 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
399 bool hasAttrs() const { return HasAttrs; }
411 if (hasAttrs())
422 return hasAttrs() ? getAttrs().begin() : 0;
425 return hasAttrs() ? getAttrs().end() : 0;
430 if (!HasAttrs) return
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 152 Record.push_back(D->hasAttrs());
153 if (D->hasAttrs())
187 if (!D->hasAttrs() &&
242 if (!D->hasAttrs() &&
266 if (!D->hasAttrs() &&
510 if (!D->hasAttrs() &&
636 if (!D->hasAttrs() &&
692 if (!D->hasAttrs() &&
735 if (!D->hasAttrs() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 350 if (Filter.CMallocOptimistic && FD->hasAttrs() &&
389 if (FD->hasAttrs())
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 67 if (!D->hasAttrs())
842 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 187 if (D->hasAttrs()) {
    [all...]
MicrosoftMangle.cpp 122 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
    [all...]
ItaniumMangle.cpp 378 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 140 milliseconds