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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp402 bool isVariadic = MI->isVariadic(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h216 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } function in class:clang::MacroInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h212 bool isVariadic() const { return Required.allowsOptionalArgs(); } function in class:clang::CodeGen::CGFunctionInfo
H A DCGCall.cpp110 adjustCXXMethodInfo(CodeGenTypes &CGT, FunctionType::ExtInfo &extInfo, bool isVariadic) argument
404 arrangeFunctionDeclaration(QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h142 bool isVariadic; member in class:llvm::CGIOperandList
H A DCodeGenDAGPatterns.cpp2476 bool isVariadic; member in class:InstAnalyzer
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h190 bool isVariadic() const { function in class:llvm::MCInstrDesc
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h232 virtual bool isVariadic() const { function in class:clang::ento::CallEvent
426 virtual bool isVariadic() const { function in class:clang::ento::AnyFunctionCall
530 virtual bool isVariadic() const { function in class:clang::ento::BlockCall
852 virtual bool isVariadic() const { function in class:clang::ento::ObjCMethodCall
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp1305 bool isVariadic = FPT->isVariadic(); local
H A DASTDiagnostic.cpp1036 bool isVariadic = DefaultTTPD->isParameterPack(); local
1050 bool isVariadic = DefaultNTTPD->isParameterPack(); local
1105 bool isVariadic = DefaultTTPD->isParameterPack(); local
H A DDeclObjC.cpp542 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDecl.cpp1980 bool FunctionDecl::isVariadic() const { function in class:FunctionDecl
H A DASTContext.cpp7921 CallingConv ASTContext::getDefaultCXXMethodCallConv(bool isVariadic) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1132 bool isVariadic = false; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h403 bool isVariadic() const { return IsVariadic; } function in class:clang::ObjCList
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2887 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.cpp1340 bool isVariadic; local
[all...]
H A DSemaExpr.cpp9820 bool isVariadic = local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp4904 const bool isVariadic = false; local
4939 const bool isVariadic = false; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1129 unsigned isVariadic : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo

Completed in 297 milliseconds