Home
last modified time | relevance | path

Searched refs:AS_ContextSensitiveKeyword (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h50 AS_ContextSensitiveKeyword, enumerator
186 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
190 return SyntaxUsed == AS_ContextSensitiveKeyword; in isContextSensitiveKeywordAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp134 if (SyntaxUsed == AttributeCommonInfo::AS_ContextSensitiveKeyword) in get()
H A DSemaType.cpp4882 ? ParsedAttr::AS_ContextSensitiveKeyword in GetFullTypeForDeclarator()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp411 nullptr, 0, ParsedAttr::AS_ContextSensitiveKeyword); in addContextSensitiveTypeNullability()