Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h87 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
95 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
102 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo()
110 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DAttributes.cpp75 StringRef AttrName = Name->getName(); in normalizeAttrName() local
97 StringRef AttrName = normalizeAttrName(Name, ScopeName, SyntaxUsed); in normalizeName() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp197 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseGNUAttributes() local
362 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
500 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseGNUAttributeArgs()
555 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs()
778 IdentifierInfo *AttrName; in ParseMicrosoftDeclSpecs() local
831 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftTypeAttributes() local
882 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseBorlandTypeAttributes() local
892 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLKernelAttributes() local
901 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseCUDAFunctionAttributes() local
909 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseOpenCLQualifiers() local
[all …]
H A DParseDeclCXX.cpp1379 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseMicrosoftInheritanceClassAttributes() local
4255 void Parser::ParseOpenMPAttributeArgs(IdentifierInfo *AttrName, in ParseOpenMPAttributeArgs()
4319 static bool IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, in IsBuiltInOrStandardCXX11Attribute()
4355 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
4517 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
H A DParseObjc.cpp899 SourceLocation AttrName = ConsumeToken(); // consume last attribute name in ParseObjCPropertyAttribute() local
2434 SourceLocation AttrName = ConsumeToken(); // consume attribute name in ParseObjCPropertyDynamic() local
H A DParseExprCXX.cpp1298 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in ParseLambdaExpressionAfterIntroducer() local
H A DParsePragma.cpp1830 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); in HandlePragmaAttribute() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp44 StringRef AttrName, uint64_t *ArgVal) { in hasAttributeInAssume()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp629 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp426 auto AttrName = i == 0 ? "dontcall-error" : "dontcall-warn"; in diagnoseDontCall() local
H A DAttributes.cpp233 Attribute::AttrKind Attribute::getAttrKindFromName(StringRef AttrName) { in getAttrKindFromName()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp301 StringRef AttrName; in getWorkitemID() local
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp143 static StringRef NormalizeAttrName(StringRef AttrName) { in NormalizeAttrName()
3624 static bool isArgVariadic(const Record &R, StringRef AttrName) { in isArgVariadic()
4233 const std::string &AttrName = I->first; in EmitClangAttrParsedAttrImpl() local
4377 std::string AttrName; in EmitClangAttrParsedAttrKinds() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp24 const char *AttrName = nullptr; in Visit() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp296 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1316 IdentifierInfo &AttrName; member
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3002 IdentifierInfo *AttrName = Record.readIdentifier(); in readAttr() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp1797 static bool normalizeName(StringRef &AttrName) { in normalizeName()
8128 StringRef AttrName = AL.getAttrName()->getName(); in handleNoSanitizeSpecificAttr() local
H A DSemaType.cpp8249 StringRef AttrName = Attr.getAttrName()->getName(); in HandleOpenCLAccessAttr() local