Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp513 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
529 bool HasFunctionName = SL != nullptr; in Create() local
536 bool HasFunctionName) { in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp586 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
H A DASTReaderStmt.cpp586 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h360 unsigned HasFunctionName : 1; variable