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.cpp148 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
240 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg()
270 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
333 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, in ParseGNUAttributeArgs()
383 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs()
558 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpec() local
607 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
658 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
668 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLAttributes() local
676 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLQualifiers() local
[all …]
DParseDeclCXX.cpp1064 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
3544 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
3574 bool Parser::ParseCXX11AttributeArgs(IdentifierInfo *AttrName, in ParseCXX11AttributeArgs()
3674 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
DParseObjc.cpp551 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.cpp104 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
2166 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic()
2663 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/external/clang/include/clang/Parse/
DParser.h911 IdentifierInfo &AttrName; member
/external/clang/unittests/AST/
DCommentParser.cpp388 StringRef AttrName, in HasHTMLStartTagAt()