Searched defs:getAtomicType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ | ||
H A D | CGAtomic.cpp | 133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon41f132f00111::AtomicInfo |
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 5572 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext |