Searched refs:getKind (Results 501 - 525 of 549) sorted by relevance

<<2122

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp629 switch (BT->getKind()) {
792 switch (BT->getKind()) {
1612 switch (Method->getKind()) {
1778 switch (TA.getKind()) {
H A DCGExprScalar.cpp2727 switch (ON.getKind()) {
2808 if (E->getKind() == UETT_SizeOf) {
2830 } else if (E->getKind() == UETT_OpenMPRequiredSimdAlign) {
3842 BuiltinType::Kind ElementKind = ElTy->castAs<BuiltinType>()->getKind();
H A DCodeGenFunction.h371 CapturedRegionKind getKind() const { return Kind; } function in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo
527 CleanupKind getKind() const { return (CleanupKind)Kind; } function in struct:clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader
H A DCGDecl.cpp44 switch (D.getKind()) {
H A DCGExprConstant.cpp2014 switch (Value.getKind()) {
H A DCGObjCGNU.cpp185 return (R.getKind() == kind) &&
4116 switch (Runtime.getKind()) {
H A DItaniumCXXABI.cpp522 switch (CGM.getTarget().getCXXABI().getKind()) {
2942 switch (Ty->getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1709 Id.getKind() == UnqualifiedIdKind::IK_ConstructorName)
H A DSema.cpp1925 switch (RC.getKind()) {
H A DSemaCast.cpp64 PlaceholderKind = placeholder->getKind();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp665 PredDep.getKind() == llvm::SDep::Data)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h583 BuiltinType::Kind bk = getTypePtr()->getKind();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp322 switch (Expr->getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp72 BaseKind getKind() const { return Kind; } function in class:__anon5389::final::Address
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1552 switch (InlineAsm::getKind(Flags)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp202 switch (Tok.getKind()) {
2540 switch (P.getCurToken().getKind()) {
H A DParsePragma.cpp1164 const char *S = tok::getKeywordSpelling(Tok.getKind());
2287 << Tok.getKind() << /*OnlyInheritanceModels*/ 0;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp627 E->getKind())) &&
2009 if (ArgPack.getKind() != TemplateArgument::Pack)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1577 if (NNS && NNS->getKind() != NestedNameSpecifier::Super) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp98 while (SourceAction->getKind() != Action::InputClass) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp826 Input.getKind().getFormat() == InputKind::ModuleMap
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1489 switch (LToken.getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2215 switch (Pred->getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp105 BaseKind getKind() const { return Kind; } function in class:__anon5255::final::Address
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2103 switch (Expr.getKind()) {

Completed in 386 milliseconds

<<2122