Home
last modified time | relevance | path

Searched defs:AccessSpecifier (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.h77 std::string AccessSpecifier; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h108 enum AccessSpecifier { enum
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp124 std::string AccessSpecifier = std::string( in getMemberAttributes() local
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp4415 bool AccessSpecifier = in mustBreakBefore() local
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1990 class AccessSpecifier(BaseEnumeration): class
/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp527 TEST_F(StructuralEquivalenceCXXMethodTest, AccessSpecifier) { in TEST_F() argument