Lines Matching refs:Part
1196 // Fake arguments aren't part of the parsed form and should not be
1323 // enumerant names. These duplicates are not considered part of the
1331 // Duplicate spellings are not considered part of the semantic spelling
1472 // When attribute documentation can be generated as part of the build
1913 std::string Part = *I;
1914 Test += "T.getArch() == llvm::Triple::" + Part;
1918 *FnName += Part;
1929 std::string Part = *I;
1931 Test += "T.getOS() == llvm::Triple::" + Part;
1935 *FnName += Part;
1945 std::string Part = *I;
1946 Test += "Target.getCXXABI().getKind() == TargetCXXABI::" + Part;
1950 *FnName += Part;
2361 // and if not compiling for C++, strip off the class part. Note that this
2505 std::string Part = (*I)->getValueAsString("Name");
2508 Test += "S.LangOpts." + Part;
2511 FnName += Part;