MCPcopy Create free account
hub / github.com/beefytech/Beef / IsTemporary

Method IsTemporary

IDEHelper/Compiler/BfAst.cpp:972–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972bool BfAstNode::IsTemporary()
973{
974#ifdef BF_AST_COMPACT
975 return (mIsCompact) && (mCompact_SrcStart == 0) && (mCompact_SrcLen == 0);
976#else
977 return (mSrcEnd == 0);
978#endif
979}
980
981int BfAstNode::GetStartCharId()
982{

Callers 15

DoMethodDeclarationMethod · 0.45
GetCursorIdxMethod · 0.45
IsAutocompleteNodeMethod · 0.45
CheckTypeRefMethod · 0.45
ResolveTypeResultMethod · 0.45
TypeRefNotFoundMethod · 0.45
ResolveTypeRef_RefMethod · 0.45
RecordReplaceNodeMethod · 0.45
BfNodeToNonTemporaryMethod · 0.45
CreateVDataMethod · 0.45
HandleTypeDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected