Searched refs:sloc (Results 1 – 8 of 8) sorted by relevance
22 (TranslationUnitDecl 0x7ff3a3029ed0 <<invalid sloc>>23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128')24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128')25 (TypedefDecl 0x7ff3a302a830 <<invalid sloc>> __builtin_va_list '__va_list_tag [1]')
145 TranslationUnitDecl 0x68b9a8 <<invalid sloc>> <invalid sloc>172 TranslationUnitDecl 0x68b9a8 <<invalid sloc>> <invalid sloc>354 TranslationUnitDecl 0xe54a48 <<invalid sloc>> <invalid sloc>544 TranslationUnitDecl 0x12b0738 <<invalid sloc>> <invalid sloc>
52 TranslationUnitDecl 0x5aea0d0 <<invalid sloc>>
572 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local575 if (!(sloc = OCSP_SERVICELOC_new())) in OCSP_url_svcloc_new()577 if (!(sloc->issuer = X509_NAME_dup(issuer))) in OCSP_url_svcloc_new()580 !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) in OCSP_url_svcloc_new()596 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()601 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new()608 if (sloc) in OCSP_url_svcloc_new()609 OCSP_SERVICELOC_free(sloc); in OCSP_url_svcloc_new()
247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation() local248 if (Invalid || !sloc.isFile()) { in clang_getExpansionLocation()254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc)); in clang_getExpansionLocation()
1066 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const in getFileEntryForSLocEntry() argument1068 return sloc.getFile().getContentCache().OrigEntry; in getFileEntryForSLocEntry()
350 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
4358 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID() local4359 if (invalid || !sloc.isFile()) in getNullabilityCompletenessCheckFileID()4364 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); in getNullabilityCompletenessCheckFileID()