Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExpr.cpp624 PredefinedExprBits.HasFunctionName = HasFunctionName; in PredefinedExpr() local
641 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create() local
633 PredefinedExpr(EmptyShell Empty,bool HasFunctionName) PredefinedExpr() argument
648 CreateEmpty(const ASTContext & Ctx,bool HasFunctionName) CreateEmpty() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp662 bool HasFunctionName = E->getFunctionName() != nullptr; VisitPredefinedExpr() local
H A DASTReaderStmt.cpp590 bool HasFunctionName = Record.readInt(); VisitPredefinedExpr() local