Home
last modified time | relevance | path

Searched refs:Injected (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-isel-fuzzer/
H A Daarch64-execname-options.ll18 ; AARCH64: Injected args: -mtriple=aarch64
22 ; OPT-AFTER: Injected args: -mtriple=aarch64 -O1
26 ; OPT-BEFORE: Injected args: -O3 -mtriple=aarch64
H A Dexecname-options.ll17 ; GISEL: Injected args: -global-isel -O0
22 ; GISEL-O2: Injected args: -global-isel -O0 -O2
/llvm-project-15.0.7/llvm/test/tools/llvm-opt-fuzzer/
H A Dexec-options.ll38 ; CORRECT: Injected args: -mtriple=x86_64 -passes=instcombine
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp627 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local
629 D = Injected->getDecl(); in ProcessCodeCompleteResults()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp108 QualType Injected in computeDeclContext() local
110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
H A DSemaTemplateDeduction.cpp562 if (const auto *Injected = A->getAs<InjectedClassNameType>()) in DeduceTemplateSpecArguments() local
563 UA = Injected->getInjectedSpecializationType(); in DeduceTemplateSpecArguments()
H A DSemaTemplate.cpp3847 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
3850 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1770 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local
1771 return Injected->getDecl(); in getAsTagDecl()
H A DASTImporter.cpp2959 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local
2963 Injected = Record; in VisitRecordDecl()
2980 if (Injected) { in VisitRecordDecl()
2981 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
2982 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()