/external/clang/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished 51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 26 fprintf(stdout, "%s\n", clang_getCString(origFname)); 27 fprintf(stdout, "%s\n", clang_getCString(transFname)); 51 fprintf(stdout, "%s\n", clang_getCString(origFname)); 52 fprintf(stdout, "%s\n", clang_getCString(transFname));
|
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 98 OS << extractUSRSuffix(clang_getCString(classUSR)); 108 OS << extractUSRSuffix(clang_getCString(classUSR)); 139 OS << extractUSRSuffix(clang_getCString(classUSR));
|
CIndexDiagnostic.cpp | 272 Out << clang_getCString(FName) << ":" << Line << ":"; 316 if (clang_getCString(Text)) 317 Out << clang_getCString(Text); 329 if (const char *OptionText = clang_getCString(OptionName)) { 358 Out << clang_getCString(CategoryName);
|
CXString.cpp | 166 const char *clang_getCString(CXString string) {
|
CIndex.cpp | [all...] |
CIndexCodeCompletion.cpp | 597 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | 329 PrintCString(clang_getCString(Str)); 334 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); 339 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); 614 RawCommentCString = clang_getCString(RawComment); 620 BriefCommentCString = clang_getCString(BriefComment); 637 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); 663 printf("Invalid Cursor => %s", clang_getCString(ks)); 687 printf("%s=%s", clang_getCString(ks), 688 clang_getCString(string)); 744 clang_getCString(UnavailableMessage)) [all...] |
/external/clang/unittests/libclang/ |
LibclangTest.cpp | 391 DEBUG(llvm::dbgs() << clang_getCString(clang_formatDiagnostic(
|
/external/clang/bindings/python/clang/ |
cindex.py | 158 return conf.lib.clang_getCString(res) 400 return conf.lib.clang_getCString(disable) [all...] |