Home
last modified time | relevance | path

Searched defs:HasFunctionName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp614 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
623 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
631 bool HasFunctionName = SL != nullptr; in Create() local
638 bool HasFunctionName) { in CreateEmpty()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp662 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp590 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local