Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp511 bool HasFunctionName = SL != nullptr; in PredefinedExpr() local
519 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
527 bool HasFunctionName = SL != nullptr; in Create() local
534 bool HasFunctionName) { in CreateEmpty()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp585 bool HasFunctionName = E->getFunctionName() != nullptr; in VisitPredefinedExpr() local
DASTReaderStmt.cpp584 bool HasFunctionName = Record.readInt(); in VisitPredefinedExpr() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h360 unsigned HasFunctionName : 1; variable