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