Searched defs:IsType (Results 1 - 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dtokens.py97 def IsType(self, token_type): member in class:Token
/external/clang/lib/Sema/
H A DAttributeList.cpp152 unsigned IsType : 1; member in struct:ParsedAttrInfo
195 return getInfo(*this).IsType;
H A DSemaCodeComplete.cpp336 bool IsType(const NamedDecl *ND) const;
1151 bool ResultBuilder::IsType(const NamedDecl *ND) const { function in class:ResultBuilder
4324 &ResultBuilder::IsType);
H A DSemaDecl.cpp79 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); variable
81 return (IsType || AllowedTemplate) &&
H A DSemaExpr.cpp3817 UnaryExprOrTypeTrait ExprKind, bool IsType,
3822 if (IsType) {
3816 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, bool IsType, void *TyOrEx, const SourceRange &ArgRange) argument
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h51 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;}; function in class:CJS_Object
/external/clang/include/clang/Serialization/
H A DASTWriter.h137 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
138 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
140 bool isType() const { return IsType; }
141 bool isDecl() const { return !IsType; }
155 bool IsType; member in class:clang::ASTWriter::DeclOrType
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc263 inline bool IsType() const { function in struct:google::protobuf::__anon13501::Symbol
2942 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) {

Completed in 908 milliseconds