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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1113 unsigned RestrictQualLoc; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1448 SourceLocation RestrictQualLoc,
1456 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding();
1445 getPointer(unsigned TypeQuals, SourceLocation Loc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc, SourceLocation AtomicQualLoc) argument
/external/clang/lib/Sema/
H A DSemaType.cpp2452 SourceLocation RestrictQualLoc,
2464 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc },
2525 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
2448 diagnoseIgnoredQualifiers(unsigned DiagID, unsigned Quals, SourceLocation FallbackLoc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc, SourceLocation AtomicQualLoc) argument

Completed in 78 milliseconds