Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp614 bool HasFunctionName = SL != nullptr; PredefinedExpr() local
623 PredefinedExpr(EmptyShell Empty,bool HasFunctionName) PredefinedExpr() argument
631 bool HasFunctionName = SL != nullptr; Create() local
638 CreateEmpty(const ASTContext & Ctx,bool HasFunctionName) CreateEmpty() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp662 bool HasFunctionName = E->getFunctionName() != nullptr; VisitPredefinedExpr() local
H A DASTReaderStmt.cpp590 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local