Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h165 AS_ContextSensitiveKeyword, enumerator
415 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
419 return SyntaxUsed == AS_ContextSensitiveKeyword; in isContextSensitiveKeywordAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp381 nullptr, 0, ParsedAttr::AS_ContextSensitiveKeyword); in addContextSensitiveTypeNullability()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4214 ? ParsedAttr::AS_ContextSensitiveKeyword in GetFullTypeForDeclarator()