Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp943 CurrentPackingBits.addBit(static_cast<bool>(E->getADLCallKind())); in VisitCallExpr()
955 if (!E->hasStoredFPFeatures() && !static_cast<bool>(E->getADLCallKind()) && in VisitCallExpr()
1684 if (!E->hasStoredFPFeatures() && !static_cast<bool>(E->getADLCallKind())) in VisitCXXOperatorCallExpr()
1693 if (!E->hasStoredFPFeatures() && !static_cast<bool>(E->getADLCallKind())) in VisitCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2984 ADLCallKind getADLCallKind() const { in getADLCallKind() function
2990 bool usesADL() const { return getADLCallKind() == UsesADL; } in usesADL()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8657 OCE->getADLCallKind()); in VisitCallExpr()
8662 /*MinNumArgs=*/0, E->getADLCallKind()); in VisitCallExpr()