Home
last modified time | relevance | path

Searched refs:isFileScope (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/cxx/
H A Dcxx_parser_namespace.c137 tag->isFileScope = !isInputHeaderFile(); in cxxParserParseNamespace()
245 tag->isFileScope = !isInputHeaderFile(); in cxxParserParseNamespace()
285 tag->isFileScope = !isInputHeaderFile(); in cxxParserParseNamespace()
H A Dcxx_parser_using.c153 tag->isFileScope = (cxxScopeGetType() == CXXScopeTypeNamespace) && in cxxParserParseUsingClause()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Ddebug.c73 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
89 tag->isFileScope && ! isHeaderFile ()) in debugEntry()
H A Dgir.c47 tag->isFileScope = 1; in parse_function()
110 tag->isFileScope = 1; in parse_class()
162 tag->isFileScope = 1; in makeTags()
H A Dget.c301 const boolean isFileScope = (boolean) (! isHeaderFile ()); in makeDefineTag() local
304 (! isFileScope || Option.include.fileScope)) in makeDefineTag()
309 e.isFileScope = isFileScope; in makeDefineTag()
H A Djscript.c118 tag->isFileScope = 1; in get_member_list()
194 tag->isFileScope = 1; in findTags()
254 tag->isFileScope = 1; in findGlobal()
H A Dentry.h61 boolean isFileScope; /* is tag visibile only within source file? */ member
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Ddebug.c73 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
89 tag->isFileScope && ! isHeaderFile ()) in debugEntry()
H A Dgir.c47 tag->isFileScope = 1; in parse_function()
110 tag->isFileScope = 1; in parse_class()
162 tag->isFileScope = 1; in makeTags()
H A Dget.c301 const boolean isFileScope = (boolean) (! isHeaderFile ()); in makeDefineTag() local
304 (! isFileScope || Option.include.fileScope)) in makeDefineTag()
309 e.isFileScope = isFileScope; in makeDefineTag()
H A Dentry.h61 boolean isFileScope; /* is tag visibile only within source file? */ member
/dports/devel/ctags/ctags-5.8/
H A Ddebug.c73 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
89 tag->isFileScope && ! isHeaderFile ()) in debugEntry()
H A Dget.c301 const boolean isFileScope = (boolean) (! isHeaderFile ()); in makeDefineTag() local
304 (! isFileScope || Option.include.fileScope)) in makeDefineTag()
309 e.isFileScope = isFileScope; in makeDefineTag()
H A Dentry.h61 boolean isFileScope; /* is tag visibile only within source file? */ member
/dports/japanese/ctags/ctags-5.8j2/
H A Ddebug.c73 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
89 tag->isFileScope && ! isHeaderFile ()) in debugEntry()
H A Dget.c304 const boolean isFileScope = (boolean) (! isHeaderFile ()); in makeDefineTag() local
307 (! isFileScope || Option.include.fileScope)) in makeDefineTag()
312 e.isFileScope = isFileScope; in makeDefineTag()
H A Dentry.h61 boolean isFileScope; /* is tag visibile only within source file? */ member
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Ddebug.c73 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
89 tag->isFileScope && ! isInputHeaderFile ()) in debugEntry()
H A Dctags-api.h28 bool isFileScope; member
H A Dlcpp.c327 const bool isFileScope = (bool) (! isInputHeaderFile ()); in makeDefineTag() local
331 if (isFileScope && !isXtagEnabled(XTAG_FILE_SCOPE)) in makeDefineTag()
343 e.isFileScope = isFileScope; in makeDefineTag()
H A Dentry.h47 unsigned int isFileScope :1; /* is tag visible only within input file? */ member
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dmini-geany.c183 bool isFileScope; member
207 tag->isFileScope = info->isFileScope; in createTag()
H A Ddebug.c79 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
100 tag->isFileScope && ! isInputHeaderFile ()) in debugEntry()
/dports/devel/geany/geany-1.38/ctags/main/
H A Ddebug.c79 const char *const scope = tag->isFileScope ? "{fs}" : ""; in debugEntry()
100 tag->isFileScope && ! isInputHeaderFile ()) in debugEntry()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_lcpp.c326 const bool isFileScope = (bool) (! isInputHeaderFile ()); in makeDefineTag() local
330 if (isFileScope && !isXtagEnabled(XTAG_FILE_SCOPE)) in makeDefineTag()
342 e.isFileScope = isFileScope; in makeDefineTag()

12345678910