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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp427 Handle(TQ_const, "const", TQ_constLoc);
976 case TQ_const: TQ_constLoc = Loc; return false;
1133 AltiVecLoc, TQ_constLoc, TQ_restrictLoc,
/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
548 SourceLocation getConstSpecLoc() const { return TQ_constLoc; }
558 TQ_constLoc = SourceLocation();

Completed in 185 milliseconds