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

/external/clang/lib/AST/
H A DASTContext.cpp2157 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
3369 /// getAtomicType - Return the uniqued reference to the atomic type for
3371 QualType ASTContext::getAtomicType(QualType T) const { function in class:ASTContext
3385 Canonical = getAtomicType(getCanonicalType(T));
6628 return getAtomicType(ResultType);

Completed in 72 milliseconds