Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp443 Handle(TQ_const, "const", TQ_constLoc); in forEachCVRUQualifier()
997 case TQ_const: TQ_constLoc = Loc; return false; in SetTypeQual()
1153 AltiVecLoc, TQ_constLoc, TQ_restrictLoc, in Finish()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h415 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
584 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc()
594 TQ_constLoc = SourceLocation(); in ClearTypeQualifiers()