Searched defs:isVariadic (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp322 const bool isVariadic = false; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp764 bool isVariadic = MI->isVariadic(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h207 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h153 bool isVariadic; member in class:llvm::CGIOperandList
H A DCodeGenDAGPatterns.cpp3432 bool isVariadic; member in class:InstAnalyzer
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp492 bool CallEvent::isVariadic(const Decl *D) { function in class:CallEvent
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h263 bool isVariadic() const { return Flags & (1ULL << MCID::Variadic); } function in class:llvm::MCInstrDesc
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h580 bool isVariadic() const { return Required.allowsOptionalArgs(); } function in class:clang::CodeGen::ABIArgInfo::final
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp778 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, ImplementationControl impControl, bool HasRelatedResultType) argument
808 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, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDecl.cpp2827 bool FunctionDecl::isVariadic() const { function in class:FunctionDecl
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp246 virtual bool isVariadic() const { return false; } function in class:__anon3537::Argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1470 bool isVariadic = false; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h428 bool isVariadic() const { return ObjCMethodDeclBits.IsVariadic; } function in class:clang::ObjCList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7480 const bool isVariadic = false; local
7515 const bool isVariadic = false; local
7629 const bool isVariadic = is_variadic; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4583 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) argument
H A DSemaExpr.cpp14295 bool isVariadic local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1284 unsigned isVariadic : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo

Completed in 602 milliseconds