Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon41f132f00111::AtomicInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5572 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext