Searched defs:HasFunctionName (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 614 bool HasFunctionName = SL != nullptr; PredefinedExpr() local |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 662 bool HasFunctionName = E->getFunctionName() != nullptr; VisitPredefinedExpr() local |
H A D | ASTReaderStmt.cpp | 590 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local |