Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h437 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
617 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc()
628 TQ_atomicLoc = SourceLocation(); in ClearTypeQualifiers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1023 case TQ_atomic: TQ_atomicLoc = Loc; return false; in SetTypeQual()
1171 TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc}; in Finish()