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.h439 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
619 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; } in getAtomicSpecLoc()
630 TQ_atomicLoc = SourceLocation(); in ClearTypeQualifiers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1026 case TQ_atomic: TQ_atomicLoc = Loc; return false; in SetTypeQual()
1174 TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc}; in Finish()