Home
last modified time | relevance | path

Searched refs:CheckAddressOfOperand (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9046 QualType Sema::CheckAddressOfOperand(ExprResult &OrigOp, SourceLocation OpLoc) { in CheckAddressOfOperand() function in Sema
10001 resultType = CheckAddressOfOperand(Input, OpLoc); in CreateBuiltinUnaryOp()
H A DSemaChecking.cpp105 QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getLocStart()); in SemaBuiltinAddressof()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3616 QualType CheckAddressOfOperand(ExprResult &Operand, SourceLocation OpLoc);