Home
last modified time | relevance | path

Searched defs:Kind1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp104 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType()
111 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor()
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.cpp184 SpecialMemberFunctionKind Kind2) { in checkForMissingMembers()
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp10 static enum K1 { K1Val = sizeof(T) } Kind1; member