HomeSort by relevance Sort by last modified time
    Searched refs:ValueDecl (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 750 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
    [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 276 SmallVectorImpl<std::pair<ValueDecl*,
SemaDeclAttr.cpp 379 const ValueDecl *vd = cast<ValueDecl>(D);
631 QualType QT = cast<ValueDecl>(D)->getType();
    [all...]
SemaExceptionSpec.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 416 QualType type = cast<ValueDecl>(D)->getType();
    [all...]
SemaCodeComplete.cpp 670 else if (const ValueDecl *Value = dyn_cast<ValueDecl>(ND))
    [all...]
SemaExprMember.cpp 553 // Callback to only accept typo corrections that are either a ValueDecl or a
573 if (!ND || !(isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND)))
    [all...]
SemaStmtAsm.cpp 694 ValueDecl *FD = dyn_cast<FieldDecl>(FieldResult.getFoundDecl());
  /external/clang/lib/CodeGen/
CGDecl.cpp 594 static bool isAccessedBy(const ValueDecl *decl, const Expr *e) {
658 void CodeGenFunction::EmitScalarInit(const Expr *init, const ValueDecl *D,
    [all...]
CGExprConstant.cpp     [all...]
CGDebugInfo.h 345 void EmitGlobalVariable(const ValueDecl *VD, llvm::Constant *Init);
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 164 const ValueDecl *VD = DRE->getDecl();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 134 const ValueDecl *Field;
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 772 if (const ValueDecl *D = dyn_cast<ValueDecl>(this))
    [all...]
DeclPrinter.cpp 142 if (ValueDecl* VD = dyn_cast<ValueDecl>(D))
    [all...]
Expr.cpp 325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture,
370 ValueDecl *D,
386 ValueDecl *D,
    [all...]
MicrosoftMangle.cpp 259 void mangleMemberDataPointer(const CXXRecordDecl *RD, const ValueDecl *VD);
492 const ValueDecl *VD) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 75 static bool IsExternalVMState(const clang::ValueDecl* var) {
797 const clang::ValueDecl* var,
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
DeclCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 472 E->setDecl(ReadDeclAs<ValueDecl>(Record, Idx));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 181 class ValueDecl;
    [all...]

Completed in 1256 milliseconds

12 3 4