Home
last modified time | relevance | path

Searched refs:hashLoc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/tools/libclang/
H A DCXIndexDataConsumer.h368 void ppIncludedFile(SourceLocation hashLoc,
H A DCXIndexDataConsumer.cpp455 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() argument
464 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h5438 CXIdxLoc hashLoc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h5955 CXIdxLoc hashLoc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h5943 CXIdxLoc hashLoc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h5953 CXIdxLoc hashLoc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h5953 CXIdxLoc hashLoc; member
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1628 pub hashLoc: CXIdxLoc, field
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c3105 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()