Home
last modified time | relevance | path

Searched defs:classofKind (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h300 static bool classofKind(RecordKind K) { return true; } in classofKind() function
311 static bool classofKind(APIRecord::RecordKind K) { in classofKind() function
396 static bool classofKind(RecordKind K) { return K == RK_Namespace; } in classofKind() function
429 static bool classofKind(RecordKind K) { return K == RK_GlobalFunction; } in classofKind() function
455 static bool classofKind(RecordKind K) { in classofKind() function
475 static bool classofKind(RecordKind K) { in classofKind() function
506 static bool classofKind(RecordKind K) { in classofKind() function
534 static bool classofKind(RecordKind K) { in classofKind() function
553 static bool classofKind(RecordKind K) { in classofKind() function
577 static bool classofKind(RecordKind K) { in classofKind() function
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h149 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
193 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind() function
226 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind() function
259 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind() function
510 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
565 static bool classofKind(Kind K) { return K == Label; } in classofKind() function
677 static bool classofKind(Kind K) { return K == Namespace; } in classofKind() function
727 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind() function
858 static bool classofKind(Kind K) { in classofKind() function
1699 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } in classofKind() function
[all …]
H A DDeclOpenMP.h158 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } in classofKind() function
268 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } in classofKind() function
367 static bool classofKind(Kind K) { return K == OMPDeclareMapper; } in classofKind() function
407 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } in classofKind() function
458 static bool classofKind(Kind K) { return K == OMPRequires; } in classofKind() function
543 static bool classofKind(Kind K) { return K == OMPAllocate; } in classofKind() function
H A DDeclCXX.h127 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1911 static bool classofKind(Kind K) { in classofKind() function
2077 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } in classofKind() function
2109 static bool classofKind(Kind K) { return K == RequiresExprBody; } in classofKind() function
2344 static bool classofKind(Kind K) { in classofKind() function
2851 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind() function
2919 static bool classofKind(Kind K) { return K == CXXDestructor; } in classofKind() function
2989 static bool classofKind(Kind K) { return K == CXXConversion; } in classofKind() function
3064 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind() function
3179 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind() function
[all …]
H A DDeclOpenACC.h100 static bool classofKind(Kind K) { return K == OpenACCDeclare; } in classofKind() function
145 static bool classofKind(Kind K) { return K == OpenACCRoutine; } in classofKind() function
H A DDeclObjC.h541 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
648 static bool classofKind(Kind K) { return K == ObjCTypeParam; } in classofKind() function
938 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1111 static bool classofKind(Kind K) { in classofKind() function
1923 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
2012 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind() function
2048 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } in classofKind() function
2307 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind() function
2466 static bool classofKind(Kind K) { return K == ObjCCategory; } in classofKind() function
2524 static bool classofKind(Kind K) { in classofKind() function
[all …]
H A DDeclFriend.h194 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
H A DDeclTemplate.h436 static bool classofKind(Kind K) { in classofKind() function
931 static bool classofKind(Kind K) { in classofKind() function
H A DDeclBase.h1239 static bool classofKind(Kind K) { return true; } in classofKind() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenACC.cpp20 bool OpenACCConstructDecl::classofKind(Kind K) { in classofKind() function in OpenACCConstructDecl