HomeSort by relevance Sort by last modified time
    Searched defs:getLastArg (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Option/
ArgList.cpp 84 Arg *ArgList::getLastArg(OptSpecifier Id) const {
96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
110 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
125 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
141 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
159 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
178 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
199 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
222 if (Arg *A = getLastArg(Pos, Neg))
229 if (Arg *A = getLastArg(Pos, PosAlias, Neg)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 249 return getLastArg(Ids...) != nullptr;
254 Arg *getLastArg(OptSpecifiers ...Ids) const {

Completed in 242 milliseconds