Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DCommonOptionsParser.cpp112 static cl::list<std::string> ArgsBefore( in CommonOptionsParser() local
147 getInsertArgumentAdjuster(ArgsBefore, ArgumentInsertPosition::BEGIN)); in CommonOptionsParser()
/external/llvm-project/clang/lib/Tooling/
DCommonOptionsParser.cpp100 static cl::list<std::string> ArgsBefore( in init() local
148 getInsertArgumentAdjuster(ArgsBefore, ArgumentInsertPosition::BEGIN); in init()
/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp68 static cl::list<std::string> ArgsBefore( variable
80 getInsertArgumentAdjuster(ArgsBefore, ArgumentInsertPosition::BEGIN)); in addExtraArgs()