HomeSort by: relevance | last modified time | path
    Searched refs:VariadicCallType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4595 SourceRange Range, VariadicCallType CallType) {
4693 VariadicCallType CallType =
4712 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
4788 VariadicCallType CallType =
4812 VariadicCallType CallType;
4832 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto,
7258 Sema::VariadicCallType CallType,
7271 Sema::VariadicCallType CallType, bool InFunctionCall,
7595 VariadicCallType CallType,
7609 VariadicCallType CallType
    [all...]
SemaExpr.cpp 914 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) {
961 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
5689 Sema::VariadicCallType
5882 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn);
5899 VariadicCallType CallType, bool AllowExplicit,
SemaExprCXX.cpp 2189 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction
SemaDeclCXX.cpp 15286 VariadicCallType CallType =
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11299 enum VariadicCallType {
11307 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,
11326 void checkVariadicArgument(const Expr *E, VariadicCallType CT);
11349 VariadicCallType CallType = VariadicDoesNotApply,
11355 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
12428 VariadicCallType CallType);
12560 VariadicCallType CallType,
12566 VariadicCallType CallType,

Completed in 103 milliseconds