Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp109 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 DAttributeCommonInfo.h140 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 DParseDecl.cpp226 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 DParseDeclCXX.cpp1547 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 DParseObjc.cpp915 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
2444 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
H A DParseExprCXX.cpp1376 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseLambdaExpressionAfterIntroducer() local
H A DParsePragma.cpp1941 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in HandlePragmaAttribute() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp94 StringRef AttrName = Rule->getValueAsString("AttrName"); in emitFnAttrCompatCheck() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp658 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp431 auto AttrName = i == 0 ? "dontcall-error" : "dontcall-warn"; in diagnoseDontCall() local
H A DAttributes.cpp303 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName()
2219 const StringRef &AttrName) { in isEqual()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp730 const IdentifierInfo *AttrName, in BuildCXXAssumeExpr()
H A DSemaDeclAttr.cpp1439 static bool normalizeName(StringRef &AttrName) { in normalizeName()
5800 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() local
H A DSemaType.cpp8405 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp148 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 DAMDGPUPromoteAlloca.cpp1064 StringRef AttrName; in getWorkitemID() local
H A DAMDGPUAttributor.cpp694 StringRef AttrName; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp25 const char *AttrName = nullptr; in Visit() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp296 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1372 IdentifierInfo &AttrName; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3134 IdentifierInfo *AttrName = Record.readIdentifier(); in readAttr() local