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

  /external/clang/lib/Sema/
AttributeList.cpp 112 const IdentifierInfo *ScopeName,
117 if (ScopeName)
118 FullName += ScopeName->getName();
130 if (ScopeName || SyntaxUsed == AS_CXX11)
141 StringRef Scope = ScopeName ? ScopeName->getName() : "";
  /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/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/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
276 AttributeList::getKind(AttrName, ScopeName, Syntax);
315 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
331 IdentifierInfo *ScopeName,
339 AttributeList::getKind(AttrName, ScopeName, Syntax);
380 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 89 milliseconds