Searched defs:VisitAtomicType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 411 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); } VisitAtomicType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 1264 QualType VisitAtomicType(const AtomicType *T) { VisitAtomicType() function |
H A D | ASTImporter.cpp | 1067 ExpectedType ASTNodeImporter::VisitAtomicType(const AtomicType *T){ VisitAtomicType() function in ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGDebugInfo.cpp | 5302 bool VisitAtomicType(AtomicType *FT) { VisitAtomicType() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6549 bool UnnamedLocalNoLinkageFinder::VisitAtomicType(const AtomicType* T) { VisitAtomicType() function in UnnamedLocalNoLinkageFinder |