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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 289 const ValueDecl* valueDecl() const {
403 typedef llvm::DenseMap<const ValueDecl *, unsigned> LVarIndexMap;
406 typedef std::pair<const ValueDecl *, til::SExpr *> NameVarPair;
460 til::SExpr *getCurrentLVarDefinition(const ValueDecl *VD);
463 const ValueDecl *VD = nullptr);
464 til::SExpr *lookupVarDecl(const ValueDecl *VD);
465 til::SExpr *addVarDecl(const ValueDecl *VD, til::SExpr *E);
466 til::SExpr *updateVarDecl(const ValueDecl *VD, til::SExpr *E);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 750 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
    [all...]

Completed in 83 milliseconds