Home
last modified time | relevance | path

Searched defs:AttrName (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp474 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type); in GetEnumAttr() local
504 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type); in GetNumberAttr() local
518 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type); in GetColorAttr() local
/external/clang/lib/Parse/
DParseDecl.cpp149 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
238 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg()
265 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
327 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
384 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs()
559 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpec() local
600 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
610 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
620 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLAttributes() local
628 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLQualifiers() local
[all …]
DParseDeclCXX.cpp1042 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
3199 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
3229 bool Parser::ParseCXX11AttributeArgs(IdentifierInfo *AttrName, in ParseCXX11AttributeArgs()
3331 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
DParseObjc.cpp585 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
/external/clang/lib/Sema/
DAttributeList.cpp114 StringRef AttrName = Name->getName(); in getKind() local
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp101 llvm::StringRef AttrName = Name->getName(); in getKind() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp100 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
2516 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/external/clang/include/clang/Parse/
DParser.h922 IdentifierInfo &AttrName; member
/external/clang/unittests/AST/
DCommentParser.cpp388 StringRef AttrName, in HasHTMLStartTagAt()