HomeSort by: relevance | last modified time | path
    Searched refs:hasConstFields (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 559 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasConstFields)
Type.h 4631 bool hasConstFields() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 662 if (R->hasConstFields())
Type.cpp 3491 bool RecordType::hasConstFields() const {
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 194 if (!RTy || !RTy->hasConstFields())

Completed in 35 milliseconds