/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 109 StringRef AttrName = Name->getName(); in normalizeAttrName() local 131 StringRef AttrName = normalizeAttrName(Name, ScopeName, SyntaxUsed); in normalizeName() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 140 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() 153 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() 161 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 226 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local 411 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName, in ParseAttributeWithTypeArg() 440 Parser::ParseUnevaluatedStringInAttribute(const IdentifierInfo &AttrName) { in ParseUnevaluatedStringInAttribute() 457 const IdentifierInfo &AttrName, SmallVectorImpl<Expr *> &Exprs, in ParseAttributeArgumentList() 520 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon() 670 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseGNUAttributeArgs() 735 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs() 775 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName, in ParseMicrosoftDeclSpecArgs() 963 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpecs() local 1017 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local [all …]
|
H A D | ParseDeclCXX.cpp | 1547 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local 1556 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseNullabilityClassAttributes() local 4522 void Parser::ParseOpenMPAttributeArgs(const IdentifierInfo *AttrName, in ParseOpenMPAttributeArgs() 4586 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute() 4609 IdentifierInfo *AttrName, in ParseCXXAssumeAttributeArg() 4678 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs() 4815 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseCXX11AttributeSpecifierInternal() local 4882 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
|
H A D | ParseObjc.cpp | 915 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local 2444 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
|
H A D | ParseExprCXX.cpp | 1376 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseLambdaExpressionAfterIntroducer() local
|
H A D | ParsePragma.cpp | 1941 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in HandlePragmaAttribute() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | Attributes.cpp | 94 StringRef AttrName = Rule->getValueAsString("AttrName"); in emitFnAttrCompatCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 658 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 431 auto AttrName = i == 0 ? "dontcall-error" : "dontcall-warn"; in diagnoseDontCall() local
|
H A D | Attributes.cpp | 303 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName() 2219 const StringRef &AttrName) { in isEqual()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 730 const IdentifierInfo *AttrName, in BuildCXXAssumeExpr()
|
H A D | SemaDeclAttr.cpp | 1439 static bool normalizeName(StringRef &AttrName) { in normalizeName() 5800 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() local
|
H A D | SemaType.cpp | 8405 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 148 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName() 4026 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic() 4685 const std::string &AttrName = I->first; in EmitClangAttrParsedAttrImpl() local 4831 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1064 StringRef AttrName; in getWorkitemID() local
|
H A D | AMDGPUAttributor.cpp | 694 StringRef AttrName; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 25 const char *AttrName = nullptr; in Visit() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 296 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1372 IdentifierInfo &AttrName; member
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3134 IdentifierInfo *AttrName = Record.readIdentifier(); in readAttr() local
|