HomeSort by relevance Sort by last modified time
    Searched refs:VarDecl (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /external/clang/tools/libclang/
CIndexUSRs.cpp 85 void VisitVarDecl(VarDecl *D);
241 void USRGenerator::VisitVarDecl(VarDecl *D) {
821 isa<VarDecl>(ND) || isa<NamespaceDecl>(ND))
CXCursor.cpp 596 CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
605 std::pair<VarDecl *, SourceLocation>
608 return std::make_pair(static_cast<VarDecl *>(C.data[0]),
    [all...]
IndexingContext.cpp 319 bool IndexingContext::handleVar(const VarDecl *D) {
    [all...]
IndexingContext.h 408 bool handleVar(const VarDecl *D);
CIndex.cpp 810 bool CursorVisitor::VisitVarDecl(VarDecl *D) {
    [all...]
RecursiveASTVisitor.h 405 bool TraverseVarHelper(VarDecl *D);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 75 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
161 (isa<FieldDecl>(D) || isa<EnumConstantDecl>(D) || isa<VarDecl>(D))) {
237 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
241 if (const VarDecl *MemberDecl = VD->getInstantiatedFromStaticDataMember())
863 ASTContext::getInstantiatedFromStaticDataMember(const VarDecl *Var) {
865 llvm::DenseMap<const VarDecl *, MemberSpecializationInfo *>::iterator Po
    [all...]
DeclBase.cpp 416 if (const VarDecl *Var = dyn_cast<VarDecl>(this)) {
    [all...]
ASTImporter.cpp 143 Decl *VisitVarDecl(VarDecl *D);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 722 if (const VarDecl *V = dyn_cast<VarDecl>(*I)) {
799 VarDecl *V = C.getCapturedVar();
    [all...]
CGExprCXX.cpp 125 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
CGExprConstant.cpp 910 if (const VarDecl* VD = dyn_cast<VarDecl>(Decl)) {
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaChecking.cpp 589 const VarDecl *V = dyn_cast<VarDecl>(NDecl);
    [all...]
SemaDeclCXX.cpp 94 } else if (VarDecl *VDecl = dyn_cast<VarDecl>(Decl)) {
551 /// This is called when there's a redeclaration of a VarDecl. The function
554 void Sema::MergeVarDeclExceptionSpecs(VarDecl *New, VarDecl *Old) {
    [all...]
SemaExpr.cpp 309 } else if (isa<VarDecl>(D)) {
    [all...]
SemaAccess.cpp     [all...]
SemaExprMember.cpp 707 VarDecl *baseVariable = indirectField->getVarDecl();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 179 ReadDeclAs<VarDecl>(Record, Idx));
190 ReadDeclAs<VarDecl>(Record, Idx));
212 ReadDeclAs<VarDecl>(Record, Idx));
233 ReadDeclAs<VarDecl>(Record, Idx));
269 S->setNRVOCandidate(ReadDeclAs<VarDecl>(Record, Idx));
    [all...]
ASTWriterDecl.cpp 85 void VisitVarDecl(VarDecl *D);
667 void ASTDeclWriter::VisitVarDecl(VarDecl *D) {
705 D->getInitStyle() == VarDecl::CInit &&
746 D->getInitStyle() == VarDecl::CInit && // Can params have anything else?
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 229 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
230 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
235 /// varDecl(hasInitializer(integerLiteral()))
236 /// varDecl(hasInitializer(declRefExpr()))
256 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
259 /// varDecl(hasInitializer(integerLiteral()))
279 /// varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral())))
280 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
283 /// varDecl(hasInitializer(integerLiteral()))
284 /// varDecl(hasInitializer(declRefExpr())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 439 const VarDecl *varDecl = Dtor.getVarDecl();
441 QualType varType = varDecl->getType();
446 Loc dest = state->getLValue(varDecl, Pred->getLocationContext());
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 410 bool TraverseVarHelper(VarDecl *D);
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 708 virtual void StaticDataMemberInstantiated(const VarDecl *D);

Completed in 2649 milliseconds

1 2 3 4 56 7 8