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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1049 unsigned ConstQualLoc; member in struct:clang::DeclaratorChunk::PointerTypeInfo
1358 SourceLocation ConstQualLoc,
1365 I.Ptr.ConstQualLoc = ConstQualLoc.getRawEncoding();
1357 getPointer(unsigned TypeQuals, SourceLocation Loc, SourceLocation ConstQualLoc, SourceLocation VolatileQualLoc, SourceLocation RestrictQualLoc) argument
/external/clang/lib/Sema/
H A DSemaType.cpp1935 SourceLocation ConstQualLoc = SourceLocation(),
1949 { DeclSpec::TQ_const, "const", ConstQualLoc },
2007 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),

Completed in 708 milliseconds