Searched defs:getAtomicType (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ | ||
H A D | CGAtomic.cpp | 71 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon6ced58580111::AtomicInfo |
/minix3/external/bsd/llvm/dist/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3827 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext |