Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokPtr.h86 #define mytoken(tk) ((ANTLRToken *)(tk.operator->())) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokPtr.h86 #define mytoken(tk) ((ANTLRToken *)(tk.operator->())) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt201 pointer references in mytoken(token_ptr). This is the only
398 scan.setToken(mytoken(aToken));
400 where mytoken(aToken) gets an ANTLRToken * from the smart pointer.
426 a : t:ID << mytoken(t)->muck = ...; >> ;
435 * a macro that helps. template: "mytoken(a-smart-ptr)->myfield".
437 #define mytoken(tp) ((ANTLRToken *)(tp.operator->()))
439 You have to use macro mytoken(grammar-label) now because smart