HomeSort by relevance Sort by last modified time
    Searched defs:ScopeName (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 616 StringRef ScopeName, IndexName;
620 ScopeName = "FileAttributes";
623 ScopeName = "SectionAttributes";
628 ScopeName = "SymbolAttributes";
637 DictScope ASS(SW, ScopeName);
  /external/clang/include/clang/Sema/
AttributeList.h 90 IdentifierInfo *ScopeName;
216 IdentifierInfo *scopeName, SourceLocation scopeLoc,
219 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
230 IdentifierInfo *scopeName, SourceLocation scopeLoc,
237 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
253 IdentifierInfo *scopeName, SourceLocation scopeLoc,
258 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]

Completed in 2922 milliseconds