OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitOnlyAction
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
FrontendActions.h
26
class
InitOnlyAction
: public FrontendAction {
/external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
57
case InitOnly: return new
InitOnlyAction
();
/external/clang/lib/Frontend/
FrontendActions.cpp
38
InitOnlyAction
::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
42
void
InitOnlyAction
::ExecuteAction() {
Completed in 43 milliseconds