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

/external/clang/lib/Serialization/
H A DASTCommon.h46 T.removeLocalFastQualifiers();
/external/clang/include/clang/AST/
H A DType.h737 void removeLocalFastQualifiers() { Value.setInt(0); } function in class:clang::QualType
738 void removeLocalFastQualifiers(unsigned Mask) { function in class:clang::QualType
760 T.removeLocalFastQualifiers();
4755 removeLocalFastQualifiers(Qualifiers::Const);
4759 removeLocalFastQualifiers(Qualifiers::Restrict);
4763 removeLocalFastQualifiers(Qualifiers::Volatile);
4771 removeLocalFastQualifiers(Mask);

Completed in 200 milliseconds