Home
last modified time | relevance | path

Searched refs:ConstQualLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1171 unsigned ConstQualLoc; member
1546 SourceLocation ConstQualLoc, in getPointer()
1555 I.Ptr.ConstQualLoc = ConstQualLoc.getRawEncoding(); in getPointer()
H A DSema.h1916 SourceLocation ConstQualLoc = SourceLocation(),
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2718 SourceLocation ConstQualLoc, in diagnoseIgnoredQualifiers() argument
2731 { "const", DeclSpec::TQ_const, ConstQualLoc }, in diagnoseIgnoredQualifiers()
2793 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc), in diagnoseRedundantReturnTypeQualifiers()