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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp328 const bool isVariadic = false; local
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h143 bool isVariadic; member in class:llvm::CGIOperandList
H A DCodeGenDAGPatterns.cpp2746 bool isVariadic; member in class:InstAnalyzer
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h204 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } function in class:clang::MacroInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp711 bool isVariadic = MI->isVariadic(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp290 bool CallEvent::isVariadic(const Decl *D) { function in class:CallEvent
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h200 bool isVariadic() const { return Flags & (1 << MCID::Variadic); } function in class:llvm::MCInstrDesc
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp214 virtual bool isVariadic() const { return false; } function in class:__anon4284::Argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h413 bool isVariadic() const { return Required.allowsOptionalArgs(); } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp722 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDecl.cpp2454 bool FunctionDecl::isVariadic() const { function in class:FunctionDecl
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp490 arrangeFreeFunctionDeclaration( QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1502 bool isVariadic = false; local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1199 unsigned isVariadic : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp4129 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, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
H A DSemaChecking.cpp2424 bool isVariadic; local
[all...]
H A DSemaExpr.cpp11659 bool isVariadic = local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h421 bool isVariadic() const { return IsVariadic; } function in class:clang::ObjCList

Completed in 485 milliseconds