Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp671 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
679 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
687 bool HasFunctionName = SL != nullptr; in Create() local
694 bool HasFunctionName) { in CreateEmpty()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp593 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp582 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h365 unsigned HasFunctionName : 1; variable