HomeSort by relevance Sort by last modified time
    Searched defs:IsType (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
values.h 85 bool IsType(ValueType type) const { return type == type_; }
  /external/clang/include/clang/Serialization/
ASTWriter.h 119 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
120 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
122 bool isType() const { return IsType; }
123 bool isDecl() const { return !IsType; }
126 assert(isType() && "Not a type!");
137 bool IsType;
  /external/protobuf/src/google/protobuf/
descriptor.cc 237 inline bool IsType() const {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 330 bool IsType(NamedDecl *ND) const;
    [all...]

Completed in 164 milliseconds