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

  /external/clang/include/clang/AST/
DeclBase.h 259 /// HasAttrs - This indicates whether the decl has attributes or not.
260 unsigned HasAttrs : 1;
331 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
341 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
434 bool hasAttrs() const { return HasAttrs; }
445 if (hasAttrs())
459 return hasAttrs() ? getAttrs().begin() : nullptr;
462 return hasAttrs() ? getAttrs().end() : nullptr;
467 if (!HasAttrs) return
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 106 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
DeclPrinter.cpp 202 if (D->hasAttrs()) {
222 if (D->hasAttrs()) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 284 Record.push_back(D->hasAttrs());
285 if (D->hasAttrs())
347 !D->hasAttrs() &&
410 !D->hasAttrs() &&
439 !D->hasAttrs() &&
698 !D->hasAttrs() &&
831 !D->hasAttrs() &&
    [all...]
ASTWriter.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/Sema/
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 614 if (Field->hasAttrs())
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 611 if (IsOptimistic && FD->hasAttrs()) {
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 262 milliseconds