Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp444 Handle(TQ_const, "const", TQ_constLoc); in forEachCVRUQualifier()
1022 case TQ_const: TQ_constLoc = Loc; return false; in SetTypeQual()
1173 AltiVecLoc, TQ_constLoc, TQ_restrictLoc, in Finish()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h439 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
616 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc()
627 TQ_constLoc = SourceLocation(); in ClearTypeQualifiers()