Home
last modified time | relevance | path

Searched defs:Prototype (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp22 static constexpr auto *Prototype = "void X();"; member
31 static constexpr auto *Prototype = "class X;"; member
40 static constexpr auto *Prototype = "enum class X;"; member
49 static constexpr auto *Prototype = "extern int X;"; member
56 static constexpr auto *Prototype = "template <class T> void X();"; member
70 static constexpr auto *Prototype = "template <class T> class X;"; member
79 static constexpr auto *Prototype = "template <class T> extern T X;"; member
93 static constexpr auto *Prototype = member
118 static constexpr auto *Prototype = member
140 static constexpr auto *Prototype = member
H A DASTImporterODRStrategiesTest.cpp33 static constexpr auto *Prototype = "void X(int);"; member
85 static constexpr auto *Prototype = "class X;"; member
96 static constexpr auto *Prototype = "extern int X;"; member
106 static constexpr auto *Prototype = "template <class> class X;"; member
160 static constexpr auto *Prototype = member
/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp38 ParsePrototype(StringRef Prototype) ParsePrototype() argument
43 ParseTypes(StringRef & Prototype) ParseTypes() argument
[all...]
H A DRISCVVEmitter.cpp52 SmallVector<PrototypeDescriptor> Prototype; global() member
550 auto Prototype = RVVIntrinsic::computeBuiltinTypes( createRVVIntrinsics() local
[all...]
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp923 ArrayRef<PrototypeDescriptor> Prototype) { in computeTypes() argument
1040 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,bool IsMasked,bool HasMaskedOffOperand,bool HasVL,unsigned NF,PolicyScheme DefaultScheme,Policy PolicyAttrs,bool IsTuple) computeBuiltinTypes() argument
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp340 auto Prototype = ContinuationId->getPrototype(); buildFrom() local
/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1095 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate() argument
H A DDeclSpec.h1852 Prototype, // Within a function prototype. global() enumerator
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
H A DNVPTXISelLowering.cpp1392 std::string Prototype; getPrototype() local
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1453 ParseScope Prototype(this, Scope::FunctionPrototypeScope | ParseLambdaExpressionAfterIntroducer() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c88 void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4468 EmitCallArgs(CallArgList & Args,PrototypeWrapper Prototype,llvm::iterator_range<CallExpr::const_arg_iterator> ArgRange,AbstractCallee AC,unsigned ParamsToSkip,EvaluationOrder Order) EmitCallArgs() argument
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3846 AddOverloadParameterChunks(ASTContext & Context,const PrintingPolicy & Policy,const FunctionDecl * Function,const FunctionProtoType * Prototype,FunctionProtoTypeLoc PrototypeLoc,CodeCompletionBuilder & Result,unsigned CurrentArg,unsigned Start=0,bool InOptional=false) AddOverloadParameterChunks() argument