OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HandleDependentLibrary
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
ASTConsumer.h
110
virtual void
HandleDependentLibrary
(llvm::StringRef Lib) {}
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
324
void MultiplexConsumer::
HandleDependentLibrary
(llvm::StringRef Lib) {
326
Consumer->
HandleDependentLibrary
(Lib);
Completed in 936 milliseconds