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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 289 const ValueDecl* valueDecl() const {
401 typedef llvm::DenseMap<const ValueDecl *, unsigned> LVarIndexMap;
404 typedef std::pair<const ValueDecl *, til::SExpr *> NameVarPair;
458 til::SExpr *getCurrentLVarDefinition(const ValueDecl *VD);
461 const ValueDecl *VD = nullptr);
462 til::SExpr *lookupVarDecl(const ValueDecl *VD);
463 til::SExpr *addVarDecl(const ValueDecl *VD, til::SExpr *E);
464 til::SExpr *updateVarDecl(const ValueDecl *VD, til::SExpr *E);
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 341 REGISTER_MATCHER(valueDecl);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 243 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const {
245 return FM[ID].valueDecl() == Vd;
258 typedef SmallVector<const ValueDecl*, 4> BeforeVect;
270 typedef llvm::DenseMap<const ValueDecl*, BeforeInfo> BeforeMap;
271 typedef llvm::DenseMap<const ValueDecl*, bool> CycleMap;
276 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
279 void checkBeforeAfter(const ValueDecl* Vd,
590 ValueDecl *VDec = DRE->getDecl();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 700 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 209 milliseconds