Home
last modified time | relevance | path

Searched refs:PAEId (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3379 llvm::FoldingSetNodeID AEId, PAEId; in checkPreviousOMPAllocateAttribute() local
3381 PAE->Profile(PAEId, S.Context, /*Canonical=*/true); in checkPreviousOMPAllocateAttribute()
3382 AllocatorsMatch = AEId == PAEId; in checkPreviousOMPAllocateAttribute()