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 245 /// HasAttrs - This indicates whether the decl has attributes or not.
246 unsigned HasAttrs : 1;
317 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
327 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
420 bool hasAttrs() const { return HasAttrs; }
431 if (hasAttrs())
445 return hasAttrs() ? getAttrs().begin() : nullptr;
448 return hasAttrs() ? getAttrs().end() : nullptr;
453 if (!HasAttrs) return
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 101 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
DeclPrinter.cpp 191 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 168 Record.push_back(D->hasAttrs());
169 if (D->hasAttrs())
225 if (!D->hasAttrs() &&
283 if (!D->hasAttrs() &&
309 if (!D->hasAttrs() &&
553 if (!D->hasAttrs() &&
676 if (!D->hasAttrs() &&
748 if (!D->hasAttrs() &&
795 if (!D->hasAttrs() &&
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 527 if (ChecksEnabled[CK_MallocOptimistic] && FD->hasAttrs())
546 if (ChecksEnabled[CK_MallocOptimistic] && FD->hasAttrs())
740 if (FD->hasAttrs())
    [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/Sema/
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 498 if (Field->hasAttrs())
    [all...]

Completed in 218 milliseconds