Searched refs:removeConst (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp1696 if (Field->isMutable()) BaseQuals.removeConst();
H A DSemaDecl.cpp8036 qs.removeConst();
/external/clang/include/clang/AST/
H A DType.h229 void removeConst() { Mask &= ~Const; } function in class:clang::Qualifiers
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp539 Qc.removeConst();
H A DItaniumCXXABI.cpp2189 Quals.removeConst();

Completed in 428 milliseconds