Searched refs:getLocalFastQualifiers (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Serialization/
H A DASTCommon.h45 unsigned FastQuals = T.getLocalFastQualifiers();
H A DASTWriter.cpp4815 assert(!T.getLocalFastQualifiers());
4835 assert(!T.getLocalFastQualifiers());
/external/clang/include/clang/AST/
H A DType.h562 unsigned getLocalFastQualifiers() const { return Value.getInt(); } function in class:clang::QualType
607 return (getLocalFastQualifiers() & Qualifiers::Const);
617 return (getLocalFastQualifiers() & Qualifiers::Restrict);
627 return (getLocalFastQualifiers() & Qualifiers::Volatile);
637 return getLocalFastQualifiers() || hasLocalNonFastQualifiers();
662 return getLocalFastQualifiers();
4634 addFastQualifiers(type.getLocalFastQualifiers());
4671 Qualifiers::fromFastMask(getLocalFastQualifiers()));
4675 qs.addFastQualifiers(getLocalFastQualifiers());
4683 Quals.addFastQualifiers(getLocalFastQualifiers());
[all...]
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h117 assert(!T.getLocalFastQualifiers() &&

Completed in 359 milliseconds