HomeSort by relevance Sort by last modified time
    Searched refs:hasAttrs (Results 1 - 14 of 14) 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;
319 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
329 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
422 bool hasAttrs() const { return HasAttrs; }
433 if (hasAttrs())
447 return hasAttrs() ? getAttrs().begin() : nullptr;
450 return hasAttrs() ? getAttrs().end() : nullptr;
455 if (!HasAttrs) return
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 106 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
DeclPrinter.cpp 192 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 223 Record.push_back(D->hasAttrs());
224 if (D->hasAttrs())
283 if (!D->hasAttrs() &&
348 if (!D->hasAttrs() &&
377 if (!D->hasAttrs() &&
623 if (!D->hasAttrs() &&
753 if (!D->hasAttrs() &&
825 if (!D->hasAttrs() &&
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 67 if (!D->hasAttrs())
928 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 611 if (IsOptimistic && FD->hasAttrs()) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 582 if (Field->hasAttrs())
    [all...]

Completed in 189 milliseconds