Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp588 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
596 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
604 bool HasFunctionName = SL != nullptr; in Create() local
611 bool HasFunctionName) { in CreateEmpty()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp595 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp581 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h363 unsigned HasFunctionName : 1; in alignas() local