Home | History | Annotate | Download | only in AST

Lines Matching defs:getAtomicType

2492     result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
3769 /// getAtomicType - Return the uniqued reference to the atomic type for
3771 QualType ASTContext::getAtomicType(QualType T) const {
3785 Canonical = getAtomicType(getCanonicalType(T));
7199 return getAtomicType(ResultType);