Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGAtomic.cpp132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anond873a0fc0111::AtomicInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp5193 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext