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

  /external/clang/include/clang/AST/
DeclBase.h 265 /// HasAttrs - This indicates whether the decl has attributes or not.
266 unsigned HasAttrs : 1;
337 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
347 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
440 bool hasAttrs() const { return HasAttrs; }
451 if (hasAttrs())
465 return hasAttrs() ? getAttrs().begin() : nullptr;
468 return hasAttrs() ? getAttrs().end() : nullptr;
473 if (!HasAttrs) return
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 106 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
DeclPrinter.cpp 204 if (D->hasAttrs()) {
224 if (D->hasAttrs()) {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 289 Record.push_back(D->hasAttrs());
290 if (D->hasAttrs())
373 !D->hasAttrs() &&
436 !D->hasAttrs() &&
465 !D->hasAttrs() &&
722 !D->hasAttrs() &&
854 !D->hasAttrs() &&
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 721 if (Field->hasAttrs())
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 279 if (!D->hasAttrs())
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 621 if (IsOptimistic && FD->hasAttrs()) {
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 441 milliseconds