reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1580   QualType BuildAtomicType(QualType T, SourceLocation Loc);

References

tools/clang/lib/Sema/SemaType.cpp
 1617     Result = S.BuildAtomicType(Result, DS.getTypeSpecTypeLoc());
 1845     T = BuildAtomicType(QualType(Split.Ty, 0),
tools/clang/lib/Sema/TreeTransform.h
13126   return SemaRef.BuildAtomicType(ValueType, KWLoc);