Home
last modified time | relevance | path

Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
Dtokens.py97 def IsType(self, token_type): member in Token
/external/clang/lib/Sema/
DAttributeList.cpp152 unsigned IsType : 1; member
DSemaCodeComplete.cpp1151 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
DSemaDecl.cpp79 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
DSemaExpr.cpp3817 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h51 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;}; in IsType() function
/external/clang/include/clang/Serialization/
DASTWriter.h155 bool IsType; variable
/external/clang/include/clang/AST/
DStmt.h203 unsigned IsType : 1; // true if operand is a type, false if an expression. in LLVM_ALIGNAS() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc263 inline bool IsType() const { in IsType() function