Home
last modified time | relevance | path

Searched defs:isVariadic (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp333 classifyArgumentType(QualType Ty,bool isVariadic,unsigned functionCallConv) const classifyArgumentType() argument
531 classifyReturnType(QualType RetTy,bool isVariadic,unsigned functionCallConv) const classifyReturnType() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h176 bool isVariadic() const { return Variadic; } isVariadic() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h212 bool isVariadic() const { return IsVariadic; } in isVariadic() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h145 bool isVariadic() const { return IsVariadic; } in isVariadic() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp309 const bool isVariadic = false; in BuildMethod() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h261 bool isVariadic() const { return Flags & (1ULL << MCID::Variadic); } in isVariadic() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
H A DPatterns.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h209 bool isVariadic() const { return IsC99Varargs || IsGNUVarargs; } in isVariadic() function
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h662 bool isVariadic() const { return Required.allowsOptionalArgs(); } isVariadic() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp826 ObjCMethodDecl(SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) ObjCMethodDecl() argument
856 Create(ASTContext & C,SourceLocation beginLoc,SourceLocation endLoc,Selector SelInfo,QualType T,TypeSourceInfo * ReturnTInfo,DeclContext * contextDecl,bool isInstance,bool isVariadic,bool isPropertyAccessor,bool isSynthesizedAccessorStub,bool isImplicitlyDeclared,bool isDefined,ObjCImplementationControl impControl,bool HasRelatedResultType) Create() argument
H A DDecl.cpp3079 bool FunctionDecl::isVariadic() const { isVariadic() function in FunctionDecl
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp773 bool isVariadic = MI->isVariadic(); ReadMacroCallArgumentList() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp380 bool CallEvent::isVariadic(const Decl *D) { in isVariadic() function in CallEvent
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1524 bool isVariadic = false; ParseObjCMethodDecl() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7929 const bool isVariadic = false; AddObjCClassProperty() local
7971 const bool isVariadic = false; AddObjCClassProperty() local
8092 const bool isVariadic = is_variadic; AddMethodToObjCObjectType() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp261 virtual bool isVariadic() const { return false; } isVariadic() function in __anon575287d10211::Argument
695 bool isVariadic() const override { return true; } isVariadic() function in __anon575287d10211::VariadicArgument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h431 bool isVariadic() const { return ObjCMethodDeclBits.IsVariadic; } in isVariadic() function
H A DDecl.h4522 bool isVariadic() const { return BlockDeclBits.IsVariadic; } isVariadic() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1324 unsigned isVariadic : 1; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4729 ActOnMethodDeclaration(Scope * S,SourceLocation MethodLoc,SourceLocation EndLoc,tok::TokenKind MethodType,ObjCDeclSpec & ReturnQT,ParsedType ReturnType,ArrayRef<SourceLocation> SelectorLocs,Selector Sel,ObjCArgInfo * ArgInfo,DeclaratorChunk::ParamInfo * CParamInfo,unsigned CNumArgs,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument
H A DSemaExpr.cpp17022 bool isVariadic = ActOnBlockArguments() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6204 AST_MATCHER(FunctionDecl,isVariadic) AST_MATCHER() argument