Home
last modified time | relevance | path

Searched refs:TQ_atomicLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h415 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
587 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc()
597 TQ_atomicLoc = SourceLocation(); in ClearTypeQualifiers()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1001 case TQ_atomic: TQ_atomicLoc = Loc; return false; in SetTypeQual()
1154 TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc}; in Finish()