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

  /external/clang/include/clang/AST/
DeclBase.h 230 /// HasAttrs - This indicates whether the decl has attributes or not.
231 unsigned HasAttrs : 1;
287 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
298 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
366 bool hasAttrs() const { return HasAttrs; }
376 if (hasAttrs())
387 return hasAttrs() ? getAttrs().begin() : 0;
390 return hasAttrs() ? getAttrs().end() : 0;
395 if (!HasAttrs) return
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 444 if(!D || !D->hasAttrs())
462 if(!D || !D->hasAttrs())
562 if(!D || !D->hasAttrs())
738 if (!SortedGraph.empty() && D->hasAttrs()) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 151 Record.push_back(D->hasAttrs());
152 if (D->hasAttrs())
180 if (!D->hasAttrs() &&
229 if (!D->hasAttrs() &&
252 if (!D->hasAttrs() &&
487 if (!D->hasAttrs() &&
625 if (!D->hasAttrs() &&
677 if (!D->hasAttrs() &&
719 if (!D->hasAttrs() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 172 if (FD->hasAttrs()) {
  /external/clang/lib/AST/
MicrosoftMangle.cpp 122 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs())
    [all...]
ItaniumMangle.cpp 346 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs())
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]

Completed in 418 milliseconds