Home
last modified time | relevance | path

Searched defs:ExplicitResultType (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp441 bool ExplicitResultType, in buildLambdaScope()
862 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1390 bool ExplicitResultType; in ActOnLambdaExpr() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp935 bool ExplicitResultType, in LambdaExpr()
998 bool ExplicitResultType, in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1355 unsigned ExplicitResultType : 1; variable