Home
last modified time | relevance | path

Searched refs:CXRefQualifier_LValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4100 CXRefQualifier_LValue, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1098 return CXRefQualifier_LValue; in clang_Type_getCXXRefQualifier()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1579 if (RQ == CXRefQualifier_LValue) in PrintType()