Home
last modified time | relevance | path

Searched refs:getOpAsString (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1244 JOS.attribute("name", AE->getOpAsString()); in VisitAtomicExpr()
H A DTextNodeDumper.cpp3166 OS << ' ' << AE->getOpAsString(); in VisitAtomicExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6872 StringRef getOpAsString() const { in getOpAsString() function