Home | History | Annotate | Download | only in AST

Lines Matching refs:getAtomicType

2305     result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
3532 /// getAtomicType - Return the uniqued reference to the atomic type for
3534 QualType ASTContext::getAtomicType(QualType T) const {
3548 Canonical = getAtomicType(getCanonicalType(T));
7027 return getAtomicType(ResultType);