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

/external/clang/lib/Sema/
H A DSemaType.cpp1114 "Has CVRA quals but not C, V, R, or A?");
1226 unsigned CVRA, const DeclSpec *DS) {
1228 unsigned CVR = CVRA & ~DeclSpec::TQ_atomic;
1238 if (CVRA & DeclSpec::TQ_atomic && !T->isAtomicType()) {
1225 BuildQualifiedType(QualType T, SourceLocation Loc, unsigned CVRA, const DeclSpec *DS) argument

Completed in 90 milliseconds