/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterGenericRedeclTest.cpp | 22 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 D | ASTImporterODRStrategiesTest.cpp | 33 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 D | ClangBuiltinsEmitter.cpp | 38 ParsePrototype(StringRef Prototype) ParsePrototype() argument 43 ParseTypes(StringRef & Prototype) ParseTypes() argument [all...] |
H A D | RISCVVEmitter.cpp | 52 SmallVector<PrototypeDescriptor> Prototype; global() member 550 auto Prototype = RVVIntrinsic::computeBuiltinTypes( createRVVIntrinsics() local [all...] |
/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 923 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 D | Coroutines.cpp | 340 auto Prototype = ContinuationId->getPrototype(); buildFrom() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 494 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 1095 : Kind(CK_FunctionProtoTypeLoc), ProtoTypeLoc(Prototype) { in OverloadCandidate() argument
|
H A D | DeclSpec.h | 1852 Prototype, // Within a function prototype. global() enumerator
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 46 Prototype, enumerator
|
H A D | NVPTXISelLowering.cpp | 1392 std::string Prototype; getPrototype() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1453 ParseScope Prototype(this, Scope::FunctionPrototypeScope | ParseLambdaExpressionAfterIntroducer() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 88 void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4468 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 D | SemaCodeComplete.cpp | 3846 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
|