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

/external/clang/lib/Sema/
H A DSemaType.cpp1994 SourceLocation ConstQualLoc,
2006 { DeclSpec::TQ_const, "const", ConstQualLoc },
2067 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
1992 diagnoseIgnoredQualifiers(unsigned DiagID, unsigned Quals, SourceLocation FallbackLoc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc, SourceLocation AtomicQualLoc) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h1065 unsigned ConstQualLoc; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1377 SourceLocation ConstQualLoc,
1384 I.Ptr.ConstQualLoc = ConstQualLoc.getRawEncoding();
1376 getPointer(unsigned TypeQuals, SourceLocation Loc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc) argument

Completed in 85 milliseconds