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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp52 if (E->isArgumentType())
/external/clang/lib/Analysis/
H A DLiveVariables.cpp411 if (UE->getKind() != UETT_SizeOf || UE->isArgumentType())
H A DCFG.cpp2891 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 DDataRecursiveASTVisitor.h2070 if (S->isArgumentType())
H A DRecursiveASTVisitor.h2092 if (S->isArgumentType())
/external/clang/lib/AST/
H A DASTDumper.cpp1765 if (Node->isArgumentType())
H A DStmtProfile.cpp483 if (S->isArgumentType())
H A DExpr.cpp4019 if (isArgumentType()) {
H A DItaniumMangle.cpp2882 if (SAE->isArgumentType()) {
H A DASTImporter.cpp4434 if (E->isArgumentType()) {
H A DExprConstant.cpp6977 if (E->isArgumentType())
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1907 if (E->isArgumentType()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp494 if (E->isArgumentType())
/external/clang/lib/Sema/
H A DSemaChecking.cpp4033 if (SizeOf->getKind() == clang::UETT_SizeOf && !SizeOf->isArgumentType())
H A DTreeTransform.h7023 if (E->isArgumentType()) {
/external/clang/tools/libclang/
H A DCIndex.cpp2225 if (E->isArgumentType())

Completed in 795 milliseconds