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