Home
last modified time | relevance | path

Searched refs:sloc (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/clang/docs/
DClangCheck.rst22 (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]')
DLibASTImporter.rst145 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>
DIntroductionToTheClangAST.rst52 TranslationUnitDecl 0x5aea0d0 <<invalid sloc>>
/openbsd/src/lib/libcrypto/ocsp/
Docsp_ext.c572 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local
575 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()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXSourceLocation.cpp247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); in clang_getExpansionLocation() local
248 if (Invalid || !sloc.isFile()) { in clang_getExpansionLocation()
254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc)); in clang_getExpansionLocation()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DSourceManager.h1066 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const in getFileEntryForSLocEntry() argument
1068 return sloc.getFile().getContentCache().OrigEntry; in getFileEntryForSLocEntry()
DDiagnosticCommonKinds.td350 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp4358 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID() local
4359 if (invalid || !sloc.isFile()) in getNullabilityCompletenessCheckFileID()
4364 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); in getNullabilityCompletenessCheckFileID()