Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp71 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon6ced58580111::AtomicInfo
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3827 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext