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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h388 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, member in class:clang::DeclSpec
551 SourceLocation getAtomicSpecLoc() const { return TQ_atomicLoc; }
561 TQ_atomicLoc = SourceLocation();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp980 case TQ_atomic: TQ_atomicLoc = Loc; return false;
1134 TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc};

Completed in 199 milliseconds