Searched refs:CanonicalVD (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1199 VarDecl *CanonicalVD = VD->getCanonicalDecl();
1200 NamedDecl *ND = cast<NamedDecl>(CanonicalVD);
1204 if (CanonicalVD->getDeclContext()->isTranslationUnit() &&
1219 if (CanonicalVD->isStaticDataMember() &&
1220 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
1234 if (CanonicalVD->getDeclContext()->isNamespace() &&
1236 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
1249 if (CanonicalVD->isStaticLocal() && CurScope &&
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp856 auto *CanonicalVD = PrivateVD->getCanonicalDecl(); local
857 if (AlreadyEmittedVars.insert(CanonicalVD).second) {
861 if (auto *FinalExpr = LoopCountersAndUpdates.lookup(CanonicalVD))

Completed in 67 milliseconds