Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp485 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
492 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
500 bool HasFunctionName = SL != nullptr; in Create() local
507 bool HasFunctionName) { in CreateEmpty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp438 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp534 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h329 unsigned HasFunctionName : 1; in alignas() local