Home
last modified time | relevance | path

Searched refs:handleImport (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp96 handleImport(Imported); in InclusionDirective()
102 handleImport(Imported); in moduleImport()
105 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() function in ModuleDepCollectorPP
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h133 void handleImport(const Module *Imported);
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.js527 handleImport(n);
534 function handleImport(element) { function
549 handleImport(imp);
Dwebcomponents-lite.js1261 handleImport(n);
1268 function handleImport(element) { function
1283 handleImport(imp);
Dwebcomponents.js5947 handleImport(n);
5954 function handleImport(element) { function
5969 handleImport(imp);
/external/selinux/python/semanage/
Dsemanage850 def handleImport(args):
879 importParser.set_defaults(func=handleImport)
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp951 ImportSeqState.handleImport(); in Lex()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h342 void handleImport() { in handleImport() function