Home
last modified time | relevance | path

Searched refs:IncludeStmt (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.cpp155 std::string IncludeStmt; in CreateIncludeInsertion() local
157 IncludeStmt = IsAngled in CreateIncludeInsertion()
161 IncludeStmt = IsAngled in CreateIncludeInsertion()
168 IncludeStmt.append("\n"); in CreateIncludeInsertion()
170 SourceMgr->getLocForStartOfFile(CurrentFileID), IncludeStmt); in CreateIncludeInsertion()
180 return FixItHint::CreateInsertion(Location.getBegin(), IncludeStmt); in CreateIncludeInsertion()
190 IncludeStmt); in CreateIncludeInsertion()
213 IncludeStmt = '\n' + IncludeStmt; in CreateIncludeInsertion()
215 IncludeStmt); in CreateIncludeInsertion()
220 IncludeStmt.append("\n"); in CreateIncludeInsertion()
[all …]
/external/libxkbcommon/src/xkbcomp/
Dast-build.c459 FreeInclude(IncludeStmt *incl);
461 IncludeStmt *
464 IncludeStmt *incl, *first; in IncludeCreate()
557 IncludeStmt *include = NULL; in XkbFileFromComponents()
636 FreeInclude(IncludeStmt *incl) in FreeInclude()
638 IncludeStmt *next; in FreeInclude()
665 FreeInclude((IncludeStmt *) stmt); in FreeStmt()
Dinclude.h40 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
Dast-build.h115 IncludeStmt *
Dkeycodes.c335 HandleIncludeKeycodes(KeyNamesInfo *info, IncludeStmt *include) in HandleIncludeKeycodes()
343 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeKeycodes()
494 ok = HandleIncludeKeycodes(info, (IncludeStmt *) stmt); in HandleKeycodesFile()
Dtypes.c209 HandleIncludeKeyTypes(KeyTypesInfo *info, IncludeStmt *include) in HandleIncludeKeyTypes()
217 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeKeyTypes()
639 ok = HandleIncludeKeyTypes(info, (IncludeStmt *) stmt); in HandleKeyTypesFile()
Dinclude.c278 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt, in ProcessIncludeFile()
Dast.h161 } IncludeStmt; typedef
Dcompat.c427 HandleIncludeCompatMap(CompatInfo *info, IncludeStmt *include) in HandleIncludeCompatMap()
435 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeCompatMap()
764 ok = HandleIncludeCompatMap(info, (IncludeStmt *) stmt); in HandleCompatMapFile()
Dsymbols.c555 HandleIncludeSymbols(SymbolsInfo *info, IncludeStmt *include) in HandleIncludeSymbols()
563 for (IncludeStmt *stmt = include; stmt; stmt = stmt->next_incl) { in HandleIncludeSymbols()
1205 ok = HandleIncludeSymbols(info, (IncludeStmt *) stmt); in HandleSymbolsFile()