HomeSort by relevance Sort by last modified time
    Searched refs:AttrList (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/Edit/
Android.mk 16 AttrList.inc \
  /external/clang/lib/Rewrite/Core/
Android.mk 13 AttrList.inc \
  /external/clang/lib/Rewrite/Frontend/
Android.mk 13 AttrList.inc \
  /external/clang/lib/StaticAnalyzer/Frontend/
Android.mk 7 AttrList.inc \
  /external/clang/lib/Parse/
Android.mk 9 AttrList.inc \
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
Android.mk 13 AttrList.inc \
  /external/clang/lib/ARCMigrate/
Android.mk 10 AttrList.inc \
  /external/clang/lib/Analysis/
Android.mk 9 AttrList.inc \
  /external/lldb/source/Symbol/
Android.mk 7 AttrList.inc \
  /external/clang/include/clang/Basic/
Makefile 10 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
47 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
  /external/clang/lib/CodeGen/
Android.mk 4 AttrList.inc \
  /external/clang/lib/Frontend/
Android.mk 9 AttrList.inc \
  /external/clang/lib/Sema/
Android.mk 9 AttrList.inc \
SemaStmtAttr.cpp 218 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList,
221 for (const AttributeList* l = AttrList; l; l = l->getNext()) {
SemaDeclObjC.cpp 461 SourceLocation EndProtoLoc, AttributeList *AttrList) {
506 if (AttrList)
507 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
710 AttributeList *AttrList) {
712 // FIXME: Deal with AttrList.
749 if (AttrList)
750 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Android.mk 4 AttrList.inc \
  /frameworks/compile/slang/
Android.mk 60 AttrList.inc \
127 AttrList.inc \
  /external/llvm/lib/IR/
AttributeImpl.h 176 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) {
177 for (unsigned I = 0, E = AttrList.size(); I != E; ++I)
178 AttrList[I].Profile(ID);
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/AST/
Android.mk 11 AttrList.inc \
  /external/clang/lib/StaticAnalyzer/Checkers/
Android.mk 5 AttrList.inc \
  /external/clang/
clang-tblgen-rules.mk 33 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
34 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
35 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
36 $(intermediates)/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 49 IntrusiveRefCntPtr<AttrListInfo> AttrList;

Completed in 983 milliseconds

1 2