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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1071 unsigned RestrictQualLoc; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1379 SourceLocation RestrictQualLoc) {
1386 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding();
1376 getPointer(unsigned TypeQuals, SourceLocation Loc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc) argument
H A DSema.h1564 SourceLocation RestrictQualLoc = SourceLocation(),
/external/clang/lib/Sema/
H A DSemaType.cpp1996 SourceLocation RestrictQualLoc,
2008 { DeclSpec::TQ_restrict, "restrict", RestrictQualLoc },
2069 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
1992 diagnoseIgnoredQualifiers(unsigned DiagID, unsigned Quals, SourceLocation FallbackLoc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc, SourceLocation AtomicQualLoc) argument

Completed in 83 milliseconds