Home
last modified time | relevance | path

Searched refs:CXRefQualifierKind (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang-c/
DIndex.h3480 enum CXRefQualifierKind { enum
3513 CINDEX_LINKAGE enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T);
/external/llvm-project/clang/include/clang-c/
DIndex.h4009 enum CXRefQualifierKind { enum
4040 CINDEX_LINKAGE enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs730 enum CXRefQualifierKind {
1877 pub fn clang_Type_getCXXRefQualifier(type_: CXType) -> CXRefQualifierKind;
/external/clang/tools/libclang/
DCXType.cpp868 enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T) { in clang_Type_getCXXRefQualifier()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1073 enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T) { in clang_Type_getCXXRefQualifier()
/external/clang/tools/c-index-test/
Dc-index-test.c1320 enum CXRefQualifierKind RQ = clang_Type_getCXXRefQualifier(T); in PrintType()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1568 enum CXRefQualifierKind RQ = clang_Type_getCXXRefQualifier(T); in PrintType()