Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon5e56f1450111::AtomicInfo
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6298 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext