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.cpp618 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
627 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
635 bool HasFunctionName = SL != nullptr; in Create() local
642 bool HasFunctionName) { in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp675 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp597 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local