Searched refs:CppName (Results 1 – 2 of 2) sorted by relevance
173 @CppName = split(/::/); ## remove scope stuff175 if(@CppName>1) {177 if(! ($CppName[0] =~ /icu/ )) {182 &verbose ( "(Chopping scope $CppName[0] )");183 @CppName = split(/ /, $CppName[1]); ## remove debug stuff186 @CppName = split(/\(/, $CppName[0]); ## remove function args187 if($CppName[0] =~ /^operator/) {189 } elsif($CppName[0] =~ /^~/) {192 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
414 std::string CppName = "CppFile.cpp"; in TEST_F() local415 WriteFile(CppName, CppFile); in TEST_F()418 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0, in TEST_F()