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

/external/clang/include/clang/AST/
H A DASTContext.h817 QualType getAtomicType(QualType T) const;
/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);
/external/clang/lib/Sema/
H A DSemaType.cpp4708 return Context.getAtomicType(T);
/external/clang/lib/Serialization/
H A DASTReader.cpp4156 return Context.getAtomicType(ValueType);

Completed in 123 milliseconds