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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1055 unsigned RestrictQualLoc; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1360 SourceLocation RestrictQualLoc) {
1367 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding();
1357 getPointer(unsigned TypeQuals, SourceLocation Loc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc) argument
/external/clang/lib/Sema/
H A DSemaType.cpp1937 SourceLocation RestrictQualLoc = SourceLocation(),
1951 { DeclSpec::TQ_restrict, "restrict", RestrictQualLoc },
2009 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),

Completed in 102 milliseconds