Home | History | Annotate | Download | only in Parse

Lines Matching refs:getAnnotationValue

298     static_cast<IdentifierInfo *>(Tok.getAnnotationValue());
314 static_cast<PragmaPackInfo *>(Tok.getAnnotationValue());
330 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
339 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
383 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
422 OpenCLExtData::getFromOpaqueValue(Tok.getAnnotationValue());
448 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
455 uintptr_t Value = reinterpret_cast<uintptr_t>(Tok.getAnnotationValue());
466 auto TheTokens = (std::pair<Token*, size_t> *)Tok.getAnnotationValue();
611 static_cast<PragmaLoopHintInfo *>(Tok.getAnnotationValue());