Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp624 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
633 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
641 bool HasFunctionName = SL != nullptr; in Create() local
648 bool HasFunctionName) { in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp660 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp590 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local