Searched refs:ActOnCXXTypeid (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1254 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1268 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp416 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4044 /// ActOnCXXTypeid - Parse typeid( something ).
4045 ExprResult ActOnCXXTypeid(SourceLocation OpLoc,

Completed in 79 milliseconds