Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3061 llvm::FoldingSetNodeID AEId, PAEId; in checkPreviousOMPAllocateAttribute() local
3063 PAE->Profile(PAEId, S.Context, /*Canonical=*/true); in checkPreviousOMPAllocateAttribute()
3064 AllocatorsMatch = AEId == PAEId; in checkPreviousOMPAllocateAttribute()