Home
last modified time | relevance | path

Searched refs:ASTDeclList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h35 ASTDeclList, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp45 case ASTDeclList: return llvm::make_unique<ASTDeclListAction>(); in CreateFrontendBaseAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1594 Opts.ProgramAction = frontend::ASTDeclList; break; in ParseFrontendArgs()
3037 case frontend::ASTDeclList: in isStrictlyPreprocessorAction()