Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DFileIndexRecord.cpp20 static void addOccurrence(std::vector<DeclOccurrence> &Decls, in addOccurrence() function
44 addOccurrence(Decls, DeclOccurrence(Roles, Offset, D, Relations)); in addDeclOccurence()
50 addOccurrence(Decls, DeclOccurrence(Roles, Offset, Name, MI)); in addMacroOccurence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1534 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1686 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h395 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1870 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1872 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);