Home
last modified time | relevance | path

Searched refs:TST_atomic (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h96 TST_atomic, // C11 _Atomic enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h320 static const TST TST_atomic = clang::TST_atomic; variable
453 return T == TST_atomic || T == TST_typename || T == TST_typeofType || in isTypeRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp341 case TST_atomic: in isDeclarationOfFunction()
604 case DeclSpec::TST_atomic: return "_Atomic"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1010 case TST_atomic: { in containsUnexpandedParameterPacks()
H A DSemaType.cpp1341 case DeclSpec::TST_atomic: in ConvertDeclSpecToType()
6074 if (DS.getTypeSpecType() == DeclSpec::TST_atomic) { in VisitAtomicTypeLoc()
H A DSemaDecl.cpp6071 case DeclSpec::TST_atomic: { in RebuildDeclaratorInCurrentInstantiation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8010 if (DS.SetTypeSpecType(DeclSpec::TST_atomic, StartLoc, PrevSpec, in ParseAtomicSpecifier()