HomeSort by relevance Sort by last modified time
    Searched refs:AttrList (Results 26 - 36 of 36) sorted by null

12

  /external/clang/
clang-tblgen-rules.mk 45 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
46 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/Basic/AttrList.inc
47 $(generated_sources)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
48 $(generated_sources)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
  /external/clang/tools/libclang/
IndexingContext.cpp 929 EntityInfo.AttrList = AttrListInfo::create(D, *this);
930 EntityInfo.attributes = EntityInfo.AttrList->getAttrs();
931 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
    [all...]
IndexingContext.h 52 IntrusiveRefCntPtr<AttrListInfo> AttrList;
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
DeclSpec.cpp 187 I.Fun.AttrList = nullptr;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]

Completed in 348 milliseconds

12