Searched refs:FlagPrototyped (Results 1 – 5 of 5) sorted by relevance
52 FlagPrototyped const
1148 Flags |= llvm::DebugNode::FlagPrototyped; in CreateCXXMemberFunction()2319 Flags |= llvm::DebugNode::FlagPrototyped; in collectFunctionDeclProps()2602 Flags |= llvm::DebugNode::FlagPrototyped; in EmitFunctionStart()2606 Flags |= llvm::DebugNode::FlagPrototyped; in EmitFunctionStart()
1235 true /* definition */, ScopeLine, DebugNode::FlagPrototyped, false, F); in Codegen()
264 true /* definition */, ScopeLine, DIDescriptor::FlagPrototyped, false, F);
1352 bool isPrototyped() const { return getFlags() & FlagPrototyped; }