Searched refs:isArgumentType (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp52 if (E->isArgumentType())
/external/clang/lib/Analysis/
H A DLiveVariables.cpp406 if (UE->getKind() != UETT_SizeOf || UE->isArgumentType())
H A DCFG.cpp3049 if (E->isArgumentType()) {
/external/clang/include/clang/AST/
H A DExpr.h2010 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } function
2015 assert(isArgumentType() && "calling getArgumentType() when arg is expr");
2019 assert(!isArgumentType() && "calling getArgumentExpr() when arg is type");
2038 return isArgumentType() ? getArgumentType() : getArgumentExpr()->getType();
H A DRecursiveASTVisitor.h2204 if (S->isArgumentType())
/external/clang/lib/AST/
H A DStmtProfile.cpp822 if (S->isArgumentType())
H A DExpr.cpp3813 if (isArgumentType()) {
H A DItaniumMangle.cpp3568 if (SAE->isArgumentType()) {
H A DExprConstant.cpp7863 if (E->isArgumentType())
7898 assert(E->isArgumentType());
H A DASTImporter.cpp5625 if (E->isArgumentType()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp529 if (E->isArgumentType())
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2000 if (E->isArgumentType()) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp6099 if (SizeOf->getKind() == clang::UETT_SizeOf && !SizeOf->isArgumentType())
H A DTreeTransform.h8459 if (E->isArgumentType()) {
/external/clang/tools/libclang/
H A DCIndex.cpp2525 if (E->isArgumentType())

Completed in 396 milliseconds