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

/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 503 milliseconds