Home
last modified time | relevance | path

Searched refs:getAtomicType (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h817 QualType getAtomicType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2157 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
3371 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
3385 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
6628 return getAtomicType(ResultType); in mergeTypes()
/external/clang/lib/Sema/
DSemaType.cpp4708 return Context.getAtomicType(T); in BuildAtomicType()
/external/clang/lib/Serialization/
DASTReader.cpp4156 return Context.getAtomicType(ValueType); in readTypeRecord()