Searched refs:hasConst (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp514 if (Q.hasConst())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp1034 bool HasConst = Quals.hasConst(),
1067 bool HasConst = Quals.hasConst(),
H A DItaniumMangle.cpp1730 if (Quals.hasConst())
H A DExprConstant.cpp1954 return Quals.hasConst() && !Quals.hasVolatile();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp681 if (Quals.hasConst())
H A DCGDecl.cpp1681 assert(qs.hasConst());
H A DCGExpr.cpp886 if (!qs.hasConst() || qs.hasVolatile()) return false;
H A DCGDebugInfo.cpp544 if (Qc.hasConst()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h226 bool hasConst() const { return Mask & Const; } function in class:clang::Qualifiers
434 return hasConst();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3307 (T1Quals.hasConst() && !T1Quals.hasVolatile()))
3663 if (IsLValueRef && (!T1Quals.hasConst() || T1Quals.hasVolatile())) {
3769 if (isLValueRef && !(T1Quals.hasConst() && !T1Quals.hasVolatile())) {
H A DSemaTemplateDeduction.cpp2697 (DeducedAQuals.hasConst() &&
H A DSemaOverload.cpp2798 if (ToQuals.hasConst() &&
2878 = PreviousToQualsIncludeConst && ToQuals.hasConst();

Completed in 217 milliseconds