Searched defs:getAtomicType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGAtomic.cpp | 132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon5e56f1450111::AtomicInfo |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 6298 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext |