Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h93 TST_atomic, // C11 _Atomic enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h302 static const TST TST_atomic = clang::TST_atomic; variable
413 return T == TST_atomic || T == TST_typename || T == TST_typeofType || in isTypeRep()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp344 case TST_atomic: in isDeclarationOfFunction()
589 case DeclSpec::TST_atomic: return "_Atomic"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp866 case TST_atomic: { in containsUnexpandedParameterPacks()
H A DSemaType.cpp1703 case DeclSpec::TST_atomic: in ConvertDeclSpecToType()
6259 if (DS.getTypeSpecType() == DeclSpec::TST_atomic) { in VisitAtomicTypeLoc()
H A DSemaDecl.cpp5996 case DeclSpec::TST_atomic: { in RebuildDeclaratorInCurrentInstantiation()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp7714 if (DS.SetTypeSpecType(DeclSpec::TST_atomic, StartLoc, PrevSpec, in ParseAtomicSpecifier()