HomeSort by relevance Sort by last modified time
    Searched refs:CppName (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/genren/
genren.pl 168 @CppName = split(/::/); ## remove scope stuff
170 if(@CppName>1) {
172 if(! ($CppName[0] =~ /icu/ )) {
177 &verbose ( "(Chopping scope $CppName[0] )");
178 @CppName = split(/ /, $CppName[1]); ## remove debug stuff
181 @CppName = split(/\(/, $CppName[0]); ## remove function args
182 if($CppName[0] =~ /^operator/) {
184 } elsif($CppName[0] =~ /^~/)
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 414 std::string CppName = "CppFile.cpp";
415 WriteFile(CppName, CppFile);
418 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0,

Completed in 159 milliseconds